Skip to content

Commit 9406fa3

Browse files
committed
update navbar unnevenness
1 parent 2305ada commit 9406fa3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,14 @@ hr {
698698
display: flex;
699699
align-items: center;
700700
}
701+
.navbar__items:first-child {
702+
transform: translateY(-2px);
703+
}
704+
701705
@media (max-width: 996px) {
706+
.navbar__items:first-child {
707+
transform: unset;
708+
}
702709
.navbar__items:not(.navbar__items--right) {
703710
width: 100%;
704711
flex-direction: row-reverse;

0 commit comments

Comments
 (0)