aboutsummaryrefslogtreecommitdiff
path: root/client-web/style/master.sass
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-04-21 15:06:23 +0200
committertpart <tpart120@proton.me>2024-04-21 15:06:23 +0200
commit19432427ac29a48605f7272815198f29a20ed75a (patch)
tree3fd7129b2a3e81d6c220eaf555c6a6e3880e4db7 /client-web/style/master.sass
parent1bf14dc2a95fc2338d5d24ff077d5edd2b562d56 (diff)
downloadkeks-meet-19432427ac29a48605f7272815198f29a20ed75a.tar
keks-meet-19432427ac29a48605f7272815198f29a20ed75a.tar.bz2
keks-meet-19432427ac29a48605f7272815198f29a20ed75a.tar.zst
Improve start page css on small screens
Diffstat (limited to 'client-web/style/master.sass')
-rw-r--r--client-web/style/master.sass4
1 files changed, 4 insertions, 0 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