summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartin f. krafft <madduck@madduck.net>2024-11-08 13:24:48 +0100
committermartin f. krafft <madduck@madduck.net>2024-11-08 13:24:48 +0100
commit160bcc992e07f5b70d4f99617b43a8e0a617f54f (patch)
tree29e302d8229ca69ae9dbfcd362975f824aa414b5
parent8df0540d9497bfe5e3669a488e0cb353d807afd8 (diff)
scale background image properlytonilivekrafftwerk
-rw-r--r--style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/style.css b/style.css
index c54815f..f9ec8d5 100644
--- a/style.css
+++ b/style.css
@@ -21,7 +21,8 @@ html, body {
}
body {
- background-image: linear-gradient(0deg,rgba(0,0,0,.0),rgba(0,0,0,.6),rgba(0,0,0,.8)),url(/custom/background.jpg)
+ background-image: linear-gradient(0deg,rgba(0,0,0,.0),rgba(0,0,0,.6),rgba(0,0,0,.8)),url(/custom/background.jpg);
+ background-size: cover;
}
#output {