Skip to content

Commit

Permalink
Fixed typo and h2 font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
AlacrisDevs committed Aug 27, 2024
1 parent f0342f5 commit cbf2302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ body {
}

h2 {
font-size: 3rem;
font-size: 2.5rem;
text-align: center;
}

Expand Down Expand Up @@ -68,7 +68,7 @@ a {

.button:hover {
color: var(--primary-color);
background: #fff;
background-color: #fff;
border: 1px solid #fff;
}

Expand Down

0 comments on commit cbf2302

Please sign in to comment.