Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
IAUCourseExp authored Aug 23, 2024
1 parent 0de9efa commit a46aec0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,21 +74,21 @@ body {
.header {
margin-top: 20px;
color: #0a0000; /* Red header text */
font-size: 1rem; /* Use relative units */
font-size: 1.1rem; /* Use relative units */
font-weight: 900;
}

.sub-header {
margin-top: 10px;
color: #0a0000; /* Red sub-header text */
font-size: 0.8rem; /* Use relative units */
font-size: 1rem; /* Use relative units */
font-weight: 900;
}

.sub-header a {
color: #940a0a; /* Red links */
text-decoration: none;
font-size: 0.8rem; /* Use relative units */
font-size: 0.9rem; /* Use relative units */
font-weight: 750;
margin: 0 10px;
}
Expand Down

0 comments on commit a46aec0

Please sign in to comment.