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>
</div>
</div>
<hr class="border-skin-line" />
</section>
<hr class="h-row" />
<section id="featured-section">
<h2>Featured</h2>
<ul>
@@ -102,6 +103,8 @@ const sortedPosts = getSortedPosts(posts);
</ul>
</section>
<hr class="h-row" />
<section id="recent-section">
<h2>Recent</h2>
<ul>