1
0
Fork 0

Fix misplaced background on small windows

This commit is contained in:
Shgck 2016-02-26 15:20:37 +01:00
parent ef8cdeafeb
commit 266319ab70

View file

@ -1,12 +1,9 @@
body { body {
font-family: 'Lato', sans-serif; background: url("/static/img/bg.png") no-repeat center center fixed;
color: #393939;
background-color: white; background-color: white;
background-image: url("/static/img/bg.png"); background-size: cover;
background-repeat: no-repeat; color: #393939;
background-position: top center; font-family: "Lato", sans-serif;
background-attachment: fixed;
background-size: 100%;
} }
#global { #global {