Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipBuresh authored Jan 24, 2025
1 parent 26e23ba commit f011a63
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions res/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1422,14 +1422,15 @@ p{
}
#left_buttons_arrows, #right_buttons_arrows {
position: absolute;
bottom: 10px;
}
#left_buttons_arrows {
left: 3%;
display:flex
display:flex;
bottom: 10px;
}
#right_buttons_arrows {
right: 3%;
bottom: 35px;
display: flex;
}
#button_up, #button_punch, #button_down {
Expand Down Expand Up @@ -1530,7 +1531,7 @@ p{
padding-bottom: 27%;
}
}
@media (max-height: 1000px) {
@media (max-height: 950px) {
#myHp img{
margin-top:-0.3em;
width: 35px;
Expand Down

0 comments on commit f011a63

Please sign in to comment.