Download area mobile tweaks
This commit is contained in:
parent
171c204a14
commit
c5a47a6264
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue