mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
14 lines
195 B
SCSS
14 lines
195 B
SCSS
body.rtl {
|
|
.navigation-list {
|
|
float: left;
|
|
@media only screen and (max-device-width : 768px) {
|
|
left: 0;
|
|
right: auto;
|
|
}
|
|
}
|
|
|
|
.navigation-item {
|
|
float: right;
|
|
}
|
|
}
|