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

Felix Boerner
22.44.2025 757805139682c94358675c9a6c6a60d444f21c4e
feat: use position also for tablet and mobile view
refs/notes/semantic-release-v1.9.0
semantic-release-bot <semantic-release-bot@martynus.net>
Friday, August 22, 2025 21:01 +0200
{"channels":[null]}
1 files modified
2 ■■■ changed files
assets/scss/_content.scss 2 ●●● patch | view | raw | blame | history
assets/scss/_content.scss
@@ -242,7 +242,7 @@
    height: 420px;
    max-height: 50vh;
    min-height: auto;
    background-position: 50% 0%;
    background-position: $image-position;
  }
}