Skip to content

Commit

Permalink
Fix bug CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
luciopanepinto committed Aug 13, 2015
1 parent c7aa3c2 commit 6890078
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/pacman.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,15 +195,15 @@ span.combo, span.fruits {
background-size: 98px;
}
#control-up-big {
bottom: -50px;
bottom: 10px;
left: 0px;
right: 0px;
width: 125px;
height: 125px;
background-image: url('../img/move-up-big.png');
}
#control-down-big {
bottom: -180px;
bottom: -120px;
left: 0px;
right: 0px;
width: 125px;
Expand All @@ -212,14 +212,14 @@ span.combo, span.fruits {
}
#control-left-big {
left: 80px;
bottom: -150px;
bottom: -90px;
width: 125px;
height: 175px;
background-image: url('../img/move-left-big.png');
}
#control-right-big {
right: 80px;
bottom: -150px;
bottom: -90px;
width: 125px;
height: 175px;
background-image: url('../img/move-right-big.png');
Expand Down

0 comments on commit 6890078

Please sign in to comment.