diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 0701788..445e715 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -208,6 +208,10 @@ } @media only screen and (max-width: 1024px) { + .startbtns { + margin-top: 2vh; + } + .startbtns > div { width: 80vw; height: 80vw; @@ -215,6 +219,10 @@ } @media only screen and (max-width: 480px) { + .startbtns { + margin-top: 0px; + } + .startbtns > div { width: 97vw; height: 97vw; diff --git a/src/routes/room.svelte b/src/routes/room.svelte index 218a254..3f8b887 100644 --- a/src/routes/room.svelte +++ b/src/routes/room.svelte @@ -218,7 +218,9 @@ @media only screen and (max-width: 1024px) { ol { - width: 90%; + width: 100%; + margin: 0px 0px 50px 0px; + padding: 0px; } } \ No newline at end of file