From 372c30477e54a3bd4d5ce7e8cdfb85db2cfb9347 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 6 Mar 2021 22:02:47 +0100 Subject: Fill in partner list --- stylesheets/contact.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'stylesheets') 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; + } } -- cgit v1.2.3