mobile fixes
This commit is contained in:
parent
7ecf8daa6d
commit
640263df87
@ -117,6 +117,10 @@ dl {
|
|||||||
.logo {
|
.logo {
|
||||||
margin: 2em 0;
|
margin: 2em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -75,9 +75,9 @@ function Play(args) {
|
|||||||
<hr />
|
<hr />
|
||||||
{list()}
|
{list()}
|
||||||
<hr />
|
<hr />
|
||||||
{news}
|
|
||||||
<hr />
|
|
||||||
<Welcome />
|
<Welcome />
|
||||||
|
<hr />
|
||||||
|
{news}
|
||||||
</main>
|
</main>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user