4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-25 02:17:05 +00:00

Shrink logo and menu so header appears normal in mobile browsers.

This commit is contained in:
Buster Silver 2016-09-24 19:51:44 -05:00
parent 1911775c7a
commit 4d9a13df65
4 changed files with 16 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -204,6 +204,20 @@
.logo a {
padding: 7px 10px;
}
@media (max-width: @screen-xs-max) {
#menu-trigger {
width: auto;
}
.logo a {
padding-top: 12px;
padding-bottom: 12px;
img {
width: 200px;
}
}
}
}
#top-search-wrap {