From 269e5772a9a2f44cd196bab6bae44b11356cb764 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Thu, 24 Jun 2021 11:08:18 -0700 Subject: [PATCH] new css stylesheet --- css/{style-8.css => style-9.css} | 10 ++++++++++ globalHTML/header-1.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) rename css/{style-8.css => style-9.css} (98%) diff --git a/css/style-8.css b/css/style-9.css similarity index 98% rename from css/style-8.css rename to css/style-9.css index da12dc3b..52260d7a 100644 --- a/css/style-8.css +++ b/css/style-9.css @@ -228,6 +228,9 @@ a.underline { .margin-bottom-large { margin-bottom: 2rem; } +.margin-bottom-larger { + margin-bottom: 3rem; +} .margin-top { margin-top: 0.5rem; } @@ -793,4 +796,11 @@ textarea.input { } .download:hover { text-decoration: underline; +} +/*supporters*/ +.supporters { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); + grid-gap: 0.5rem; + padding: 1rem 2rem; } \ No newline at end of file diff --git a/globalHTML/header-1.php b/globalHTML/header-1.php index e77241a0..2030fc23 100644 --- a/globalHTML/header-1.php +++ b/globalHTML/header-1.php @@ -9,7 +9,7 @@ - +