Skip to content

Commit

Permalink
Auto commit by script on 2024-01-02 20:09:06
Browse files Browse the repository at this point in the history
  • Loading branch information
linusbierhoff committed Jan 2, 2024
1 parent 7468539 commit 42774ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion quiz.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ <h3>4</h3>
</div>
</div>

</div>
<script src="script/models/stopwatch.js"></script>
<script src="script/global.js"></script>
<script src="script/models/question.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions style/quiz.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ header {
#answers {
position: relative;
box-sizing: border-box;
padding: 20px 20px;
padding: 5vw;
width: 100vw;
height: 100vw;
}
Expand Down Expand Up @@ -187,7 +187,7 @@ header {
#answers {
position: relative;
box-sizing: border-box;
padding: 20px 20px;
padding: 5vh;
min-width: 100vh;
width: 100vh;
height: 100vh;
Expand Down

0 comments on commit 42774ec

Please sign in to comment.