Skip to content

Commit f31b4e5

Browse files
Update Gap in Nav__Items
1 parent 7940511 commit f31b4e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/css/custom.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ html {
14141414
margin-left: auto !important;
14151415
display: flex !important;
14161416
align-items: center !important;
1417-
gap: 0.5rem !important;
1417+
/* gap: 0.5rem !important; */
14181418
flex-shrink: 0 !important;
14191419
}
14201420

@@ -1674,7 +1674,7 @@ html[data-theme="light"] [data-slot="card-header"].bg-gradient-to-br {
16741674
}
16751675

16761676
@media screen and (max-width: 1110px) {
1677-
.github-text{
1678-
display: none !important;
1677+
.navbar__items{
1678+
gap: 0.1rem !important;
16791679
}
16801680
}

0 commit comments

Comments
 (0)