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:
committed by
GitHub
parent
5f48a5bacb
commit
32389ef344
@@ -129,6 +129,9 @@ params:
|
|||||||
|
|
||||||
You can just copy the content for `config.yaml` files from `theme/toha/exampleSite/config.yaml`.
|
You can just copy the content for `config.yaml` files from `theme/toha/exampleSite/config.yaml`.
|
||||||
|
|
||||||
|
If you want to customize the any of the CSS styles on your site, create a
|
||||||
|
`static/assets/css/style.css` file and add any custom CSS there.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Run your hugo site with this theme.
|
Run your hugo site with this theme.
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
|
background-position: center;
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
-webkit-transform: scale(1.1);
|
-webkit-transform: scale(1.1);
|
||||||
filter: blur(3px);
|
filter: blur(3px);
|
||||||
|
|||||||
Reference in New Issue
Block a user