repos

blog.bythewood.me-wagtail

mirror archived upstream

Self-hostable blog for developers built on Wagtail and Django, with webpack, Bootstrap, and CodeMirror.

blogbootstrapdjangodockerhandcodedpythonself-hostedwagtailwebpack

332 B · 25 lines · SCSS Raw History
 1.home-hero {
 2  height: calc(100vh - 56px);
 3  max-height: 1080px;
 4  overflow: hidden;
 5  position: relative;
 6}
 7
 8.home-hero-image {
 9  position: absolute;
10  z-index: -1;
11
12  img {
13    object-fit: cover;
14    object-position: center;
15    width: 100%;
16  }
17}
18
19.home-hero-text {
20}
21
22.text-shadow {
23  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
24}