diff --git a/index.html b/index.html
index 809069b..16da5e2 100644
--- a/index.html
+++ b/index.html
@@ -42,6 +42,7 @@
+
Projects
@@ -214,6 +215,7 @@
+
Socials
diff --git a/main.css b/main.css
index 8e69e17..ea436ef 100644
--- a/main.css
+++ b/main.css
@@ -2,7 +2,6 @@
--text-color: #cccccc;
--text-color-highlight: #ffffff;
scroll-behavior: smooth;
- overscroll-behavior-y: contain;
}
html {
@@ -26,6 +25,13 @@ body {
background-position: center;
}
+hr {
+ border: none;
+ border-bottom: 1px solid var(--text-color);
+ width: 100%;
+ margin: 0;
+}
+
.text-center {
text-align: center;
}
@@ -123,10 +129,6 @@ article {
height: auto;
}
-#projects.active {
-
-}
-
#projects .links {
display: flex;
flex-direction: row;
@@ -320,4 +322,4 @@ section h2 {
#socials .social-link:hover img {
filter: brightness(1);
scale: 1.05;
-}
\ No newline at end of file
+}
Socials