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
18 additions and
0 deletions
-
css/style.css
|
@ -1672,3 +1672,21 @@ p.blogauthor { |
|
|
background: #3399d4; |
|
|
background: #3399d4; |
|
|
border: 1px solid #3399d4; |
|
|
border: 1px solid #3399d4; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tag-title { |
|
|
|
|
|
font-family: 'Overpass',sans-serif; |
|
|
|
|
|
font-weight: 300; |
|
|
|
|
|
font-style: normal; |
|
|
|
|
|
font-size: 2.25rem; |
|
|
|
|
|
margin-top: 3.75rem; |
|
|
|
|
|
*zoom: 1; |
|
|
|
|
|
width: auto; |
|
|
|
|
|
max-width: 50rem; |
|
|
|
|
|
float: none; |
|
|
|
|
|
display: block; |
|
|
|
|
|
margin-right: auto; |
|
|
|
|
|
margin-left: auto; |
|
|
|
|
|
padding-left: 0; |
|
|
|
|
|
padding-right: 0; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|