You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
289 B
20 lines
289 B
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;
|
|
}
|
|
}
|
|
}
|
|
|