Fix mobile layout (#1888)

pull/1896/head
Louis Laureys 7 years ago committed by Jamie
parent 9f1475abb6
commit f66130c158

@ -11,10 +11,6 @@ $success-colour: #5cb85c;
$i: !important;
@media (min-width: 768px ) {
.row {
position: relative;
}
.bottom-align-text {
position: absolute;
bottom: 0;
@ -38,6 +34,10 @@ $i: !important;
}
}
.row {
position: relative;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {

Loading…
Cancel
Save