Explorar el Código

improves margins for header

rosenclosed hace 2 años
padre
commit
44d5b1c88b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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;
         }
     }