Reposition Footer section

This commit is contained in:
Sat Naing
2022-09-10 15:48:40 +06:30
parent b40b235594
commit 817ed960eb
+2 -1
View File
@@ -86,6 +86,7 @@ const sortedPosts = posts.sort(
</div>
<hr class="border-skin-line" />
</section>
<section id="featured-section">
<h2>Featured</h2>
<ul>
@@ -131,9 +132,9 @@ const sortedPosts = posts.sort(
</LinkButton>
</div>
</section>
</main>
<Footer />
</main>
</Layout>
<style>