Add and update hr between sections

This commit is contained in:
Sat Naing
2022-09-11 11:43:31 +06:30
parent 5401fd7a44
commit 1748ddbeb7
+4 -1
View File
@@ -81,9 +81,10 @@ const sortedPosts = getSortedPosts(posts);
</LinkButton> </LinkButton>
</div> </div>
</div> </div>
<hr class="border-skin-line" />
</section> </section>
<hr class="h-row" />
<section id="featured-section"> <section id="featured-section">
<h2>Featured</h2> <h2>Featured</h2>
<ul> <ul>
@@ -102,6 +103,8 @@ const sortedPosts = getSortedPosts(posts);
</ul> </ul>
</section> </section>
<hr class="h-row" />
<section id="recent-section"> <section id="recent-section">
<h2>Recent</h2> <h2>Recent</h2>
<ul> <ul>