34 lines
544 B
SCSS
34 lines
544 B
SCSS
body.rtl {
|
|
.content {
|
|
.post {
|
|
.post-meta {
|
|
.posted-on {
|
|
margin-left: 1.5rem;
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
.tags,
|
|
.categories {
|
|
i {
|
|
margin-left: 0.5rem;
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.list {
|
|
ul {
|
|
li {
|
|
.date {
|
|
text-align: left;
|
|
margin-left: 3.0rem;
|
|
margin-right: 0;
|
|
@media only screen and (max-width : 768px) {
|
|
text-align: right;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|