Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricCantu committed Mar 23, 2024
1 parent 707e679 commit b137d98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion i.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ body{
justify-content: center;
align-items: center;
flex-direction: column;
padding-top: 20%;
}
@media (pointer:none), (pointer:coarse) {
body{
padding-top:50%;
}
}
input[type="range"]{
outline: none;
Expand Down

0 comments on commit b137d98

Please sign in to comment.