mobile fixes

This commit is contained in:
ntr 2020-01-02 22:16:43 +10:00
parent 7ecf8daa6d
commit 640263df87
3 changed files with 15 additions and 2 deletions

View File

@ -117,6 +117,10 @@ dl {
.logo {
margin: 2em 0;
}
.list {
margin-bottom: 0;
}
}
}

View File

@ -7,6 +7,12 @@
font-size: 8pt;
padding: 0;
&.front-page {
main {
padding: 0 0.5em;
}
}
.instance {
grid-template-areas:
"vbox vbox"
@ -273,6 +279,9 @@
}
.info-combiner {
max-height: 7em;
overflow-y: scroll;
.info {
display: none;
}

View File

@ -75,9 +75,9 @@ function Play(args) {
<hr />
{list()}
<hr />
{news}
<hr />
<Welcome />
<hr />
{news}
</main>
);
}