Download area mobile tweaks

This commit is contained in:
Jason Costello 2017-02-28 22:46:37 -08:00
parent 171c204a14
commit c5a47a6264
1 changed files with 4 additions and 1 deletions

View File

@ -61,7 +61,6 @@ header .header {
@media (max-width: $screen-sm) {
background: none;
font-size: 75%;
min-height: 50px;
padding: 0;
}
@ -85,6 +84,10 @@ header .header {
line-height: 1.0;
white-space: nowrap;
@media (max-width: $screen-sm) {
font-size: 30px;
}
&:hover {
color: $dark-background;
}