diff options
| -rw-r--r-- | stylesheets/contact.css | 5 |
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; - } } |
