From 5cb7e4a726148f38693b1d7871356a0366a5cd99 Mon Sep 17 00:00:00 2001 From: Ruiz Date: Wed, 11 Oct 2023 16:57:24 -0300 Subject: [PATCH 1/2] add padding to sponsor --- scss/home.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scss/home.scss b/scss/home.scss index 360f406..6bee1d2 100644 --- a/scss/home.scss +++ b/scss/home.scss @@ -163,6 +163,9 @@ footer { gap: 1rem; margin-bottom: 1.5rem; } + #sponsors { + padding: 90px 0; + } } // @keyframes appear { From 94497692add72d067e4f065fc2b7980a1a1751af Mon Sep 17 00:00:00 2001 From: Ruiz Date: Wed, 11 Oct 2023 17:03:20 -0300 Subject: [PATCH 2/2] fix footer spacing --- scss/home.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scss/home.scss b/scss/home.scss index 6bee1d2..4b029ce 100644 --- a/scss/home.scss +++ b/scss/home.scss @@ -152,6 +152,13 @@ footer { th { text-align: left; } + + th { + font-size: 16px; + a { + font-size: 16px; + } + } } .row {