Skip to content

Commit

Permalink
Made responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
YoRu-Cat committed Mar 19, 2024
1 parent 306c5eb commit e1976b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doodlejump.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ body {
/* background-color: green; */
background-image: url("doodlejumpbg.png");
}
@media (max-width: 768px) {
body {
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
padding: 0;
}
}

0 comments on commit e1976b0

Please sign in to comment.