diff --git a/README.md b/README.md index 001956e..24b665e 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,9 @@ params: 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 Run your hugo site with this theme. diff --git a/static/assets/css/sections/home.css b/static/assets/css/sections/home.css index 5d3d5c0..de54bf1 100644 --- a/static/assets/css/sections/home.css +++ b/static/assets/css/sections/home.css @@ -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);