Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/escalate/hugo-split-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Boerner <ich@felix-boerner.de>2018-05-28 10:27:52 +0300
committerFelix Boerner <ich@felix-boerner.de>2018-05-28 10:27:52 +0300
commitb6cdd81a169616057b3297a426a99b5b5b658f8c (patch)
tree1814508e4332247056a482b715ba1672ee4f96c8
parentef38c3fb668b67332cd3c332d22886bc31937ec7 (diff)
feat: disable image styles
Image source and position is handled by Hugo
-rw-r--r--static/assets/sass/01-content.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/assets/sass/01-content.scss b/static/assets/sass/01-content.scss
index 21ea2b3..d1a4df9 100644
--- a/static/assets/sass/01-content.scss
+++ b/static/assets/sass/01-content.scss
@@ -23,7 +23,7 @@ $bp-tablet : 800px;
$bp-mobile : 500px;
// Images
-$image-background : url('../../images/background.jpg');
+// $image-background : url('../../images/background.jpg');
//-------------------------------------------------------------------------------
// Fade In
@@ -82,8 +82,8 @@ body.page-template-page-fullsingle-split {
.split-image {
width: 50%;
height: 100vh;
- background-image: $image-background;
- background-position:center center;
+ // background-image: $image-background;
+ // background-position:center center;
background-size:cover;
@media (max-width: $bp-tablet ) {