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 @@
-
+