소스 검색

Home page

ananthvijay 2 년 전
부모
커밋
0a6abb5754
2개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 3
    2
      styles/pages/_home.scss
  2. 2
    2
      styles/style.scss

+ 3
- 2
styles/pages/_home.scss 파일 보기

19
 }
19
 }
20
 
20
 
21
 .hero-banner {
21
 .hero-banner {
22
+    // background-image: url(../../dist/assets/imgs/Home/banner.png);
22
     background-image: url(../../dist/assets/imgs/Home/banner.png);
23
     background-image: url(../../dist/assets/imgs/Home/banner.png);
23
     // background-color: #cccccc;
24
     // background-color: #cccccc;
24
     background-size: cover;
25
     background-size: cover;
27
     background-position-y: -100px;
28
     background-position-y: -100px;
28
     // home-banner
29
     // home-banner
29
     .banner-main-container {
30
     .banner-main-container {
30
-        height: 475px;
31
+        height: 400px;
31
     }
32
     }
32
 }
33
 }
33
 
34
 
128
             margin-top: 40px;
129
             margin-top: 40px;
129
         }
130
         }
130
         .banner-main-container {
131
         .banner-main-container {
131
- 
132
+                height: 550px;
132
             text-align: center;
133
             text-align: center;
133
             .col-md-6 {
134
             .col-md-6 {
134
                 margin-top: 0px;
135
                 margin-top: 0px;

+ 2
- 2
styles/style.scss 파일 보기

17
 @import "pages/productOverview/wifisection";
17
 @import "pages/productOverview/wifisection";
18
 @import "pages/productOverview/tablesection";
18
 @import "pages/productOverview/tablesection";
19
 
19
 
20
-// @import "pages/home";
21
-// @import "pages/shopping-cart";
20
+@import "pages/home";
21
+@import "pages/shopping-cart";
22
 @import "pages/allInOne";
22
 @import "pages/allInOne";
23
 /*
23
 /*
24
 0 - 600px:      Phone
24
 0 - 600px:      Phone

Loading…
취소
저장