aboutsummaryrefslogtreecommitdiff
path: root/client-web
diff options
context:
space:
mode:
Diffstat (limited to 'client-web')
-rw-r--r--client-web/style/master.sass4
-rw-r--r--client-web/style/start.sass4
2 files changed, 6 insertions, 2 deletions
diff --git a/client-web/style/master.sass b/client-web/style/master.sass
index 8d251f9..32aeb9e 100644
--- a/client-web/style/master.sass
+++ b/client-web/style/master.sass
@@ -38,6 +38,10 @@ body.start
align-items: center
overflow: hidden
+@media (max-width: 1000px) or (max-height: 700px)
+ body.start
+ background-size: cover, 500px
+
body
height: 100vh
width: 100vw
diff --git a/client-web/style/start.sass b/client-web/style/start.sass
index f46cc51..0afb07e 100644
--- a/client-web/style/start.sass
+++ b/client-web/style/start.sass
@@ -59,7 +59,7 @@
input[type="text"]
width: 90%
- @media (max-width: 900px) and (max-height: 700px), (max-height: 550px)
+ @media (max-width: 1000px) or (max-height: 700px)
h1
font-size: 3em
font-weight: 700
@@ -76,4 +76,4 @@
font-size: large
input[type="button"]
- font-size: large
+ font-size: large \ No newline at end of file