mirror of https://github.com/escalate/hugo-split-theme.git

Felix Boerner
28.27.2018 b6cdd81a169616057b3297a426a99b5b5b658f8c
feat: disable image styles

Image source and position is handled by Hugo
1 files modified
6 ■■■■ changed files
static/assets/sass/01-content.scss 6 ●●●● patch | view | raw | blame | history
static/assets/sass/01-content.scss
@@ -23,7 +23,7 @@
$bp-mobile          : 500px;
// Images
$image-background   : url('../../images/background.jpg');
// $image-background    : url('../../images/background.jpg');
//-------------------------------------------------------------------------------
// Fade In
@@ -82,8 +82,8 @@
    .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 ) {