Dirty markup

This commit is contained in:
He4eT 2021-03-02 15:54:39 +05:00
commit 9f7ff097a2
3 changed files with 28 additions and 7 deletions

View file

@ -3,7 +3,10 @@
html, body {
margin: 0;
height: 100%;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
line-height: 27px;
}
#root {
@ -19,9 +22,6 @@ html, body {
justify-content: center;
align-items: center;
font-size: 18px;
line-height: 27px;
background-color: var(--bg-color);
color: var(--main-color);
}
@ -62,6 +62,11 @@ ul {
list-style: square;
}
/* Status */
.status {
padding: 8px;
}
/* Dirty views */
/* Home */
@ -90,7 +95,6 @@ ul {
.view.home .play label {
display: inline-block;
margin-bottom: 16px;
width: 100%;
max-width: 400px;
}