Setting background-position to center by default

This commit is contained in:
L Laniewski-Wollk 2020-08-18 15:01:23 +10:00
parent 1b75fd41bd
commit 86b0daeacd
2 changed files with 4 additions and 0 deletions

View file

@ -12,6 +12,7 @@
padding: 0;
margin: 0;
background-attachment: fixed;
background-position: center;
transform: scale(1.1);
-webkit-transform: scale(1.1);
filter: blur(3px);