From b9e94883e5e12b48fa262be570d59e2fb7aa4ff8 Mon Sep 17 00:00:00 2001 From: Anatoly Kopyl Date: Tue, 29 Sep 2020 03:29:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20css=20=D0=B4=D0=BB=D1=8F=20=D0=BC=D0=BE=D0=B1=D0=B8?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D1=8B=D1=85=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8?= =?UTF-8?q?=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/index.svelte | 8 ++++++++ src/routes/room.svelte | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) 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