Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
monky6503 committed Jun 25, 2024
1 parent f7135e7 commit 8070cd8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
7 changes: 4 additions & 3 deletions color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,16 @@ main{
main{
.container{
h1{
font-size:40px;
font-size:55px;

}
.grid-box{
width: 100vw;
height: auto;
aspect-ratio: 1/1;


}
.game-over{
font-size:55px;
}
}
}
Expand Down
5 changes: 4 additions & 1 deletion css/color.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,14 @@ main .container .timer, main .container .score {

@media (max-width: 576px) {
main .container h1 {
font-size: 40px;
font-size: 55px;
}
main .container .grid-box {
width: 100vw;
height: auto;
aspect-ratio: 1/1;
}
main .container .game-over {
font-size: 55px;
}
}/*# sourceMappingURL=color.css.map */
2 changes: 1 addition & 1 deletion css/color.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8070cd8

Please sign in to comment.