feat: better styling, add new track

This commit is contained in:
Daniel Ledda
2021-09-05 17:42:05 +02:00
parent f3f966c9ca
commit 9967de43dd
10 changed files with 55 additions and 56 deletions

View File

@@ -13,6 +13,7 @@
}
.root {
overflow: hidden;
color: var(--color-p-light);
background-color: var(--color-bg-dark);
height: 100vh;
@@ -36,12 +37,15 @@
.root-beat-stage-container {
flex: 1;
height: 100%;
width: calc(100vw - 30em);
display: flex;
justify-content: center;
flex-direction: column;
}
.root-beat-stage {
max-width: calc(100vw - 30em);
overflow: hidden;
margin: auto;
}