Fix misplaced background on small windows
This commit is contained in:
parent
ef8cdeafeb
commit
266319ab70
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue