Parcourir la source

improves margins for header

rosenclosed il y a 2 ans
Parent
commit
44d5b1c88b
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      src/style/_header.scss

+ 3 - 0
src/style/_header.scss

@@ -20,6 +20,8 @@ header {
         #hero-img {
             svg {
                 width: 99%;
+                margin-left: auto;
+                margin-right: auto;
                 path {
                     fill: #ffffff !important;
                 }
@@ -27,6 +29,7 @@ header {
         }
 
         #hero-text {
+            width: 90%;
             text-align: center;
         }
     }