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 c05bf38 commit 083c5c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html quiz/html-quiz.css
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ h4 {
@media screen and (min-width: 400px) {

.html__title {
font-size: var(--h2-font-size);
font-size: var(--h1-font-size);
}

.html__options {
Expand Down
2 changes: 1 addition & 1 deletion html-quiz.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1>Html</h1>

</div>
<section class="section container grid">
<div class="the__game-container section container grid hidden">
<div class="the__game-container section grid hidden">
<div class="progress-and-options">
<div class="html__container container ">
<div class="score__questions">
Expand Down

0 comments on commit 083c5c5

Please sign in to comment.