Skip to content

Commit

Permalink
Update hackermode.css
Browse files Browse the repository at this point in the history
  • Loading branch information
nishihere19 authored Apr 22, 2020
1 parent 4d42e6f commit 27bb713
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions hackermode.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,19 @@ input[type=button]{
width: 90px;
height: 50px;
}
.container div{
display: inline-block;
width: 100%;
height: auto;
}
@media only screen and (max-width:768px){
[class*="game"]{
width: auto;
align-self: auto;
height: auto;
vertical align: middle;
translate: transform (0%,0%);
}
}
audio{
color: orangered;
width: 200px;
}
p{
transform: translate(-0%,-100%);
}

0 comments on commit 27bb713

Please sign in to comment.