Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
arnav123098 authored Aug 14, 2024
1 parent e169744 commit d52b3e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ html {

h1 {
position: relative;
top: 15vh;
top: 18.5rem;
width: 100%;
text-align: center;
font-family: "Radio Canada Big";
Expand Down Expand Up @@ -129,7 +129,7 @@ select {
@media (max-width: 440px) {
h1 {
font-size: 4rem;
top: 5rem;
top: 11.5rem;
}

#banner {
Expand All @@ -153,6 +153,6 @@ select {
@media (max-width: 300px) {
h1 {
font-size: 3rem;
top: 6rem;
top: 13rem;
}
}

0 comments on commit d52b3e7

Please sign in to comment.