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 {
font-family: 'Lato', sans-serif;
color: #393939;
background: url("/static/img/bg.png") no-repeat center center fixed;
background-color: white;
background-image: url("/static/img/bg.png");
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
background-size: 100%;
background-size: cover;
color: #393939;
font-family: "Lato", sans-serif;
}
#global {