summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-08 00:19:04 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-08 00:19:04 +0100
commite47682573248366ad78f20debf5223c5ece6c3ab (patch)
treef6e0640ce3a53eb148173121ab750514c77d5ed3 /stylesheets
parenta3fb76d0b13eb2891089a905c0e548649b1e999e (diff)
downloadquatuorbellefeuille.com-e47682573248366ad78f20debf5223c5ece6c3ab.tar.xz
Tweak alignment of partner logos
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/contact.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/stylesheets/contact.css b/stylesheets/contact.css
index afceee6..95b0678 100644
--- a/stylesheets/contact.css
+++ b/stylesheets/contact.css
@@ -10,6 +10,7 @@ main h1 {
display: flex;
flex-wrap: wrap;
align-items: center;
+ justify-content: center;
padding-left: 0;
}
#partners ul li {
@@ -74,8 +75,4 @@ main h1 {
#contact-us figure img {
max-width: 100%;
}
-
- #partners ul {
- justify-content: center;
- }
}