Adding background_position option (#67)
* Adding background_position option
* Revert "Adding background_position option"
This reverts commit ed508759b2
.
* Setting background-position to center by default
This commit is contained in:
parent
5f48a5bacb
commit
32389ef344
2 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue