Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 5052d15

Browse files
committed
style(blog-card): add divider between posts
1 parent 9382725 commit 5052d15

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/components/app-blog-card/app-blog-card.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,12 @@
5454
}
5555
}
5656
}
57+
58+
hr {
59+
width: 100%;
60+
margin-top: 48px;
61+
margin-bottom: 96px;
62+
border: 0;
63+
border-top: 2px solid #f1f3f7;
64+
}
5765
}

src/components/app-blog-card/app-blog-card.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export class AppBlogCard {
3636
</div>
3737
</div>
3838
</div>
39+
<hr />
3940
</div>
4041
);
4142
}

0 commit comments

Comments
 (0)