Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
20 additions and
0 deletions
-
css/style.css
|
|
@ -1723,6 +1723,26 @@ p.blogauthor { |
|
|
|
transition: all .5s; |
|
|
|
} |
|
|
|
|
|
|
|
.post-list ul { |
|
|
|
*zoom: 1; |
|
|
|
width: auto; |
|
|
|
max-width: 50rem; |
|
|
|
float: none; |
|
|
|
display: block; |
|
|
|
margin-right: auto; |
|
|
|
margin-left: auto; |
|
|
|
padding-left: 0; |
|
|
|
padding-right: 0; |
|
|
|
padding: 0 1.25rem; |
|
|
|
margin: 0 auto 1.875rem; |
|
|
|
font-family: 'Overpass',sans-serif; |
|
|
|
font-weight: 300; |
|
|
|
font-style: normal; |
|
|
|
font-size: 1.125rem; |
|
|
|
line-height: 2; |
|
|
|
letter-spacing: .01rem; |
|
|
|
} |
|
|
|
|
|
|
|
.post-list.entry-date { |
|
|
|
float: right; |
|
|
|
} |
|
|
|