Skip to content

Commit 4f2fead

Browse files
committed
Use classes for consistency
1 parent 4e3b173 commit 4f2fead

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/css/stylesheet.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ h1, h2, h3, h4, h5, h6 {
459459

460460
/* Blog */
461461

462-
article + article {
462+
.hentry + .hentry {
463463
margin-top: 30px;
464464
}
465465

@@ -476,7 +476,7 @@ article + article {
476476
background: #CCC;
477477
}
478478

479-
article + article:before {
479+
.hentry + .hentry:before {
480480
content: "&";
481481
display: block;
482482
position: absolute;

0 commit comments

Comments
 (0)