Skip to content

Commit 820f18e

Browse files
refactor: style update for wider screen
1 parent 1f3e6ec commit 820f18e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

css/carousel.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
}
3333

3434
/* 화면 너비가 1500px 이상일 때 적용되는 스타일 */
35-
@media (min-width: 1500px) {
35+
@media (min-width: 1700px) {
3636
.carousel-slide img {
37-
width: 1500px;
37+
width: 1700px;
3838
max-width: 100%;
3939
}
4040
}

css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ h1 a:hover {
186186
}
187187

188188
.top-bar__container {
189-
width: 100%;
189+
max-width: 1700px;
190+
margin: 0 auto;
190191
display: flex;
191192
justify-content: flex-end;
192193
}

0 commit comments

Comments
 (0)