mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-25 03:32:02 +02:00
Moves first section higher above the fold (mobile)
This commit is contained in:
parent
9d1aaba41f
commit
ba8a63e473
@ -313,11 +313,17 @@ nav ul li:hover, nav ul li.active {
|
|||||||
min-width:60px;
|
min-width:60px;
|
||||||
line-height:40px;
|
line-height:40px;
|
||||||
}
|
}
|
||||||
|
.section:first-of-type {
|
||||||
|
padding-top: 70px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* tiny size (phones) */
|
/* tiny size (phones) */
|
||||||
@media only screen and (max-width: 380px) {
|
@media only screen and (max-width: 380px) {
|
||||||
nav ul li { min-width:90px; line-height:20px; }
|
nav ul li { min-width:90px; line-height:20px; }
|
||||||
|
.section:first-of-type {
|
||||||
|
padding-top: 40px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* anything not desktop */
|
/* anything not desktop */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user