Skip to content

Commit

Permalink
font size change
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-JL committed Nov 28, 2024
1 parent b1c3323 commit 4785e5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ nav ul li {

nav ul li a {
font-family: 'rampage-monoline', sans-serif;
font-size: 20px;
font-size: 30px;
color: #a9d3f5; /* Lighter blue */
text-decoration: none;
padding: 5px 10px;
Expand Down Expand Up @@ -86,10 +86,10 @@ title {
}

h1 {
font-size: 50px;
font-size: 60px;
}
h2 {
font-size: 30px;
font-size: 40px;
}
h1, h2 {
font-family: 'rampage-monoline', sans-serif;
Expand Down Expand Up @@ -134,7 +134,7 @@ section#contact p a img {

section#contact p a {
font-family: 'rampage-monoline', sans-serif;
font-size: 20px;
font-size: 30px;
color: #e7df69;
}
section#contact p a:visited {
Expand Down

0 comments on commit 4785e5d

Please sign in to comment.