Skip to content

Commit e99171a

Browse files
committed
Hide ampersand on first blog-item
1 parent 5dad23e commit e99171a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/css/stylesheet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ article + article {
474474
background: #CCC;
475475
}
476476

477-
.hentry:before {
477+
article + article:before {
478478
content: "&";
479479
display: block;
480480
position: absolute;

0 commit comments

Comments
 (0)