Clean up controls scss

This commit is contained in:
Liam Westby 2018-03-24 08:33:10 -07:00
parent a44f506769
commit 6f237f3a11

View File

@ -10,12 +10,8 @@ body {
display: grid;
grid-template-rows: $titlebar $titlebar 1fr;
grid-template-columns: 1fr;
/* display: flex;
flex-direction: column; */
height: 100vh;
background-color: white;
}
.navbar {
@ -48,11 +44,6 @@ body {
display: block;
width: 100%;
height: 100%;
background-image: url('../../assets/images/dpad.png');
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
#game-buttons {