Browse Source

Class changes

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
5def2d5883
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      css/style.css

6
css/style.css

@ -1710,11 +1710,6 @@ p.blogauthor {
letter-spacing: .01rem; letter-spacing: .01rem;
} }
.post-list {
list-style: none;
margin: 1.563rem auto;
}
.post-list-tags a { .post-list-tags a {
display: block; display: block;
border-bottom: 1px solid #dadada; border-bottom: 1px solid #dadada;
@ -1735,6 +1730,7 @@ p.blogauthor {
padding-right: 0; padding-right: 0;
padding: 0 1.25rem; padding: 0 1.25rem;
margin: 0 auto 1.875rem; margin: 0 auto 1.875rem;
list-style: none;
font-family: 'Overpass',sans-serif; font-family: 'Overpass',sans-serif;
font-weight: 300; font-weight: 300;
font-style: normal; font-style: normal;

Loading…
Cancel
Save