Skip to content

Commit f1b23a3

Browse files
committed
feat: 1920 이상 폭에서 랜딩페이지 잘 보이도록 수정
1 parent 645d4e8 commit f1b23a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/MainVer2.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
// padding-top: 231px;
1919
// padding-left: 80px;
2020
// }
21+
22+
max-width: 1920px;
2123
@include r.media-tablet {
2224
gap: 0;
2325

@@ -144,7 +146,6 @@
144146
position: relative;
145147
width: 100%;
146148
height: 100vh;
147-
max-width: 1920px;
148149
@include r.media-tablet {
149150
height: auto;
150151
}

0 commit comments

Comments
 (0)