From 507b51383e1bde0548830fd95d2faf612d7bc8c1 Mon Sep 17 00:00:00 2001 From: galenwinsor Date: Thu, 27 Jun 2024 16:18:56 -0400 Subject: [PATCH 1/2] fix: footer should not have horizontal padding --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index cb0b81c..9da5eb0 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -105,7 +105,7 @@ @apply flex; @apply items-center; @apply self-stretch; - @apply p-16; + @apply py-16; } button[role="checkbox"] { From a23694af0e1b1162360770347a0af9bf4db46305 Mon Sep 17 00:00:00 2001 From: galenwinsor Date: Fri, 28 Jun 2024 10:29:42 -0400 Subject: [PATCH 2/2] refactor: adjust top padding of footer --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 9da5eb0..d71001c 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -105,7 +105,7 @@ @apply flex; @apply items-center; @apply self-stretch; - @apply py-16; + @apply pt-36 pb-16; } button[role="checkbox"] {