Skip to content

Commit bd7cf35

Browse files
committed
๐Ÿ’„ ๋ชจ๋ฐ”์ผ ๋ฉ”์ธ navbar, header ๊ฐ„๊ฒฉ, ๋ฒ„ํŠผ ์‚ฌ์ด์ฆˆ ์ˆ˜์ •
1 parent 206ad10 commit bd7cf35

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

โ€Žsrc/components/product/landing/Header.module.cssโ€Ž

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
@media screen and (max-width: 743px) {
8484
.header-image {
85-
width: 267px;
85+
width: 287px;
8686
height: 168px;
8787
margin-bottom: 26px;
8888
}
@@ -107,4 +107,8 @@
107107
font-size: 14px;
108108
line-height: 24px;
109109
}
110-
}
110+
111+
.header-button button {
112+
width: 235px;
113+
}
114+
}

โ€Žsrc/components/product/landing/NavBar.module.cssโ€Ž

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.nav-container {
2-
display: flex;
2+
display: flex;
33
justify-content: center;
44
}
55

@@ -19,15 +19,15 @@
1919
}
2020

2121
.logo {
22-
width: 35px;
23-
height: 35px;
22+
width: 35px;
23+
height: 35px;
2424
cursor: pointer;
2525
}
2626

2727
.textlogo {
28-
width: 80px;
29-
height: 22px;
30-
margin-bottom: 6px;
28+
width: 80px;
29+
height: 22px;
30+
margin-bottom: 6px;
3131
cursor: pointer;
3232
}
3333

@@ -50,6 +50,7 @@
5050
@media screen and (max-width: 743px) {
5151
.nav-section {
5252
padding: 0px 24px 0px 24px;
53+
margin: 0;
5354
font-size: 14px;
5455
height: 60px;
5556
}

0 commit comments

Comments
ย (0)