Better sizing of buttons on mobile

This commit is contained in:
Kasper Rynning-Tønnesen
2018-01-18 15:00:41 +01:00
parent ab820b963a
commit 5777966d82

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;
} }