فهرست منبع

improves margins for header

rosenclosed 2 سال پیش
والد
کامیت
44d5b1c88b
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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;
         }
     }