Fix background

This commit is contained in:
Mikołaj Pich 2018-06-14 18:40:03 +02:00
parent 89438a6f0e
commit 45296d996c

View file

@ -11,7 +11,6 @@ html, body, .wrapper {
margin: 0;
padding: 0;
width: 100%;
min-height: 100%;
background: rgb(32, 35, 36);
}
@ -20,7 +19,7 @@ body {
background: url(wallpaper.jpg) no-repeat center / cover fixed;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
height: 100%;
min-height: 100%;
}
a {