Skip to content

Commit d263765

Browse files
committed
共通部分の削除
1 parent 6b1bb4a commit d263765

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

src/components/Header/Header.module.scss

+1-14
Original file line numberDiff line numberDiff line change
@@ -48,27 +48,14 @@ $header-left-padding: 139px;
4848
color: #7FCC8F;
4949
}
5050

51-
@media screen and (max-width: 1200px) {
51+
@media (max-width: 1200px) {
5252
.header::before {
5353
display: none;
54-
5554
}
5655

5756
.header {
58-
position: fixed;
59-
z-index: 100;
60-
box-sizing: border-box;
61-
top : 0;
62-
width: 100%;
6357
height: 64px;
64-
65-
/* 上下中央揃え */
66-
display: flex;
67-
align-items: center;
68-
justify-content: space-between;
69-
7058
padding: 8px 16px;
71-
color: #ffffff;
7259
}
7360

7461
.navigations {

0 commit comments

Comments
 (0)