Initial Commit
This commit is contained in:
20
themes/hugo-coder/assets/scss/_navigation_rtl.scss
Normal file
20
themes/hugo-coder/assets/scss/_navigation_rtl.scss
Normal file
@ -0,0 +1,20 @@
|
||||
body.rtl {
|
||||
.navigation-list {
|
||||
float: left;
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.navigation-item {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
.menu-button {
|
||||
@media only screen and (max-width: 768px) {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user