1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
| 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;
| }
| }
| }
| }
| }
| }
|
|