Fix blog main page footer style

This commit is contained in:
Leilukin 2023-08-29 17:34:56 +08:00 committed by Helen Chong
parent 17d4364b8d
commit 9dcdc1a60c

View File

@ -35,7 +35,7 @@
<section class="blog-recent-post-list" id="recentpostlistdiv"></section> <section class="blog-recent-post-list" id="recentpostlistdiv"></section>
</article> <!-- end of article id="content" --> </article> <!-- end of article id="content" -->
<footer id="footer"></footer> <footer class="blog-footer" id="footer"></footer>
</main> <!-- end of main id="container" --> </main> <!-- end of main id="container" -->
</body> </body>
</html> </html>