mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Fix navigation (#73)
* Fix hamburger menu for RTL * Better css rules hierarchy for navigation
This commit is contained in:
committed by
Luiz F. A. de Prá
parent
42d75aefe4
commit
6c80d2035a
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user