summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/contact.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/stylesheets/contact.css b/stylesheets/contact.css
index f1dc4ae..964a1ae 100644
--- a/stylesheets/contact.css
+++ b/stylesheets/contact.css
@@ -38,4 +38,15 @@
#contact-us figure img {
max-width: 30em;
}
+
+ #partners ul {
+ display: flex;
+ align-items: center;
+ margin-top: 3em;
+ padding-left: 0;
+ }
+ #partners ul li {
+ list-style: none;
+ padding: 0 2em;
+ }
}