mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
17 lines
277 B
SCSS
17 lines
277 B
SCSS
body.rtl {
|
|
.list {
|
|
ul {
|
|
li {
|
|
span {
|
|
text-align: left;
|
|
margin-left: 3.0rem;
|
|
margin-right: 0;
|
|
@media only screen and (max-device-width : 768px) {
|
|
text-align: right;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|