refactor: Remove unnecessary comments from codebase

This commit is contained in:
2025-08-16 22:29:46 -05:00
parent b109387471
commit ec4511ca89
8 changed files with 56 additions and 37 deletions

View File

@@ -20,18 +20,20 @@ body {
}
.i-am {
color: #ca6e0b;
color: #2e97be;
font-weight: bold;
}
.about-section h1 {
font-size: 2.5rem;
color: #2e97be;
text-align: center;
margin-bottom: var(--margin-medium);
}
.about-section h2 {
font-size: 1.8rem;
color: #2e97be;
}
.about-section p {
@@ -80,7 +82,7 @@ body {
background-color: #fff;
}
.w3-acag21 {
.w3-cag21 {
color: #ca6e0b;
}
@@ -97,6 +99,11 @@ body {
color: #333;
}
#contact-heading {
font-size: 1.8rem;
color: #2e97be;
}
form {
display: flex;
flex-direction: column;