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; 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 */