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 { .logo {
margin: 2em 0; margin: 2em 0;
} }
.list {
margin-bottom: 0;
}
} }
} }

View File

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

View File

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