From aff0ed3c6e2ecf32abd10bf8c2deee31adb2919a Mon Sep 17 00:00:00 2001 From: tpart Date: Thu, 19 Jan 2023 19:57:56 +0000 Subject: make background repeat & fix start page on small screens (#6) Co-authored-by: tpart Reviewed-on: https://codeberg.org/metamuffin/keks-meet/pulls/6 Co-authored-by: tpart Co-committed-by: tpart --- client-web/public/assets/style/master.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client-web/public') diff --git a/client-web/public/assets/style/master.css b/client-web/public/assets/style/master.css index c928e97..a1bc8e1 100644 --- a/client-web/public/assets/style/master.css +++ b/client-web/public/assets/style/master.css @@ -28,6 +28,7 @@ body.start { background-image: linear-gradient(var(--ac-dark-transparent), black 150%), url("./tile-backdrop.svg"); + background-attachment: fixed; background-size: 40vw; background-color: var(--ac-dark); } @@ -114,7 +115,7 @@ button:disabled { width: calc(100% - 1em); } -@media (max-width : 800px) { +@media (max-width : 800px), (max-height: 700px) { h1 { font-size: xxx-large; } -- cgit v1.2.3-70-g09d2