1
0
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:
Ryan L McIntyre 2017-04-22 22:09:49 -04:00
parent 9d1aaba41f
commit ba8a63e473

View File

@ -313,11 +313,17 @@ nav ul li:hover, nav ul li.active {
min-width:60px;
line-height:40px;
}
.section:first-of-type {
padding-top: 70px;
}
}
/* tiny size (phones) */
@media only screen and (max-width: 380px) {
nav ul li { min-width:90px; line-height:20px; }
.section:first-of-type {
padding-top: 40px;
}
}
/* anything not desktop */