mirror of
https://github.com/OpenLiberty/liberty-bikes.git
synced 2025-01-24 10:34:03 +08:00
Clean up controls scss
This commit is contained in:
parent
a44f506769
commit
6f237f3a11
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user