Browse Source

adjust banner height

huaisianhuang 3 years ago
parent
commit
307e023475
2 changed files with 2 additions and 2 deletions
  1. 1 1
      css/style.css
  2. 1 1
      css/style.scss

+ 1 - 1
css/style.css

@@ -548,7 +548,7 @@ body {
 
 .sec-02__slider .slide-item {
   width: 100%;
-  height: 62vh;
+  height: 74vh;
   background-position: center center;
   background-size: cover;
   background-repeat: no-repeat;

+ 1 - 1
css/style.scss

@@ -434,7 +434,7 @@ body {
         height: 100%;
         .slide-item {
             width: 100%;
-            height: 62vh;
+            height: 74vh;
             background-position: center center;
             background-size: cover;
             background-repeat: no-repeat;