Fix navigation (#73)

* Fix hamburger menu for RTL

* Better css rules hierarchy for navigation
This commit is contained in:
Khosrow Moossavi
2018-09-05 16:42:59 -04:00
committed by Luiz F. A. de Prá
parent 42d75aefe4
commit 6c80d2035a
2 changed files with 72 additions and 70 deletions

View File

@@ -5,9 +5,14 @@ body.rtl {
left: 0;
right: auto;
}
.navigation-item {
float: right;
}
}
.navigation-item {
float: right;
.menu-button {
@media only screen and (max-device-width : 768px) {
float: left;
}
}
}