This commit is contained in:
Thomas Citharel 2016-02-08 21:30:11 +01:00
parent ae5b37ef2e
commit dcb6bd7a9d

View file

@ -149,10 +149,6 @@ nav input {
max-height: 64px;
}
.nav-panel-buttom {
float: right;
}
.nav-panels {
transition: background 0.2s ease;
}
@ -417,6 +413,12 @@ main ul.row {
}
}
@media only screen and (min-width : 400px) {
.nav-panel-buttom {
float: right;
}
}
@media only screen and (min-width : 993px) and (max-width : 1180px) {
.row .col.l1 {
width: 25%;