Skip to content

Commit

Permalink
New changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaNwaizu committed Jan 24, 2024
1 parent a0beb85 commit 06de075
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions html quiz/html-quiz.css
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,7 @@ h4 {

}
@media screen and (min-width: 400px) {
body {
background-color: red;
}

.html__title {
font-size: var(--h2-font-size);
}
Expand Down Expand Up @@ -498,6 +496,10 @@ h4 {
body {
height: 70vh;
}
.html__title {
font-size: var(--h1-font-size);
}

.nav {
margin-inline: 4.5rem;
}
Expand Down

0 comments on commit 06de075

Please sign in to comment.