Browse Source

Added more classes for text fixing

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

12
css/style.css

@ -1714,3 +1714,15 @@ p.blogauthor {
list-style: none; list-style: none;
margin: 1.563rem auto; margin: 1.563rem auto;
} }
.post-list a {
display: block;
border-bottom: 1px solid #dadada;
padding: .625rem 0;
text-decoration: none;
transition: all .5s;
}
.post-list.entry-date {
float: right;
}

Loading…
Cancel
Save