Merge pull request #266 from zoff-music/fix/footer-buttons-mobile

Better sizing of buttons on mobile
This commit is contained in:
Kasper Rynning-Tønnesen
2018-01-18 15:01:06 +01:00
committed by GitHub

View File

@@ -2442,6 +2442,10 @@ nav ul li:hover, nav ul li.active {
overflow: visible; overflow: visible;
} }
.footer-buttons, .footer-buttons li a {
width: 100%;
}
#main-row { #main-row {
margin-right: -3px !important; margin-right: -3px !important;
} }