Skip to content

Commit 3f5de03

Browse files
style: make logo match its default size
1 parent 8b28113 commit 3f5de03

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

main.css

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ a:active {
245245
bottom: 0;
246246
background: #111111;
247247
z-index: 1000000;
248-
padding: 24px;
248+
padding: 24px 15px;
249249
display: flex;
250250
flex-direction: column;
251251
display: none;
@@ -263,7 +263,7 @@ body.mobile-nav-open {
263263
}
264264

265265
.mobile-nav-logo img {
266-
width: 60px;
266+
width: 70px;
267267
}
268268

269269
.mobile-nav-head {
@@ -274,8 +274,8 @@ body.mobile-nav-open {
274274

275275
.mobile-nav-close span {
276276
position: relative;
277-
width: 22px;
278-
height: 22px;
277+
width: 24px;
278+
height: 24px;
279279
display: block;
280280
cursor: pointer;
281281
}
@@ -284,7 +284,7 @@ body.mobile-nav-open {
284284
.mobile-nav-close span::after {
285285
content: "";
286286
position: absolute;
287-
width: 22px;
287+
width: 24px;
288288
height: 2px;
289289
background: #fff;
290290
transition: all 100ms ease-in;
@@ -358,6 +358,12 @@ body.mobile-nav-open {
358358
padding-top: 30px;
359359
}
360360

361+
@media (max-width: 1020px) {
362+
.top-wrapper {
363+
padding-top: 24px;
364+
}
365+
}
366+
361367
.m-l-30 {
362368
margin-left: 30px !important;
363369
}

0 commit comments

Comments
 (0)