Remove Microformat Classes `.hentry`

Discussed in #1268
This PR removes .hentry microformat class, adds `.post` and `.page` instead ( in both `_posts-and-pages.scss` & `style.css` ).
This commit is contained in:
arnabwahid 2018-05-30 17:31:09 +05:30
parent 9274f322d0
commit a52ca7441d
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,8 @@
display: block;
}
.hentry {
.post,
.page {
margin: 0 0 1.5em;
}

View File

@ -842,7 +842,8 @@ a:hover, a:active {
display: block;
}
.hentry {
.post,
.page {
margin: 0 0 1.5em;
}