refactor: Remove unnecessary comments from codebase
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user