Add horizontal lines as section separators and remove redundant CSS

This commit introduces horizontal line (<hr>) elements in the HTML to visually separate different sections. It also removes the 'overscroll-behavior-y' property and the unused '#projects.active' rule from the CSS file, thus streamlining the style sheet.
This commit is contained in:
2023-12-29 00:35:53 +01:00
parent a7be286037
commit 276ed80248
2 changed files with 10 additions and 6 deletions
+2
View File
@@ -42,6 +42,7 @@
</div>
</article>
</section>
<hr>
<section id="projects">
<h2>Projects</h2>
<div class="project-scroller">
@@ -214,6 +215,7 @@
</article>
</div>
</section>
<hr>
<section id="socials">
<h2>Socials</h2>
<article>