summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/public/bg.jpgbin425136 -> 375672 bytes
-rw-r--r--src/public/main.css6
2 files changed, 2 insertions, 4 deletions
diff --git a/src/public/bg.jpg b/src/public/bg.jpg
index 98ef823..6f8314a 100644
--- a/src/public/bg.jpg
+++ b/src/public/bg.jpg
Binary files differ
diff --git a/src/public/main.css b/src/public/main.css
index 058a49e..51dfb4d 100644
--- a/src/public/main.css
+++ b/src/public/main.css
@@ -16,10 +16,8 @@ html, body {
body {
display: flex;
justify-content: center;
- background: #898989;
- background-image: url('./bg.jpg');
- background-size: 100%;
- background-position: 50% 50%;
+ background: url('./bg.jpg')
+ 50% 50%/cover no-repeat fixed;
color: #fff;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-weight: 100;