diff --git a/layouts/index.html b/layouts/index.html index 7e6e02f..96653e5 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -7,7 +7,7 @@ {{ partial "style.html" "scss/index.scss" }}
-You should give me money. Here's how:
diff --git a/static/src/scss/index.scss b/static/src/scss/index.scss index 9cd942f..bb818a3 100644 --- a/static/src/scss/index.scss +++ b/static/src/scss/index.scss @@ -5,6 +5,8 @@ align-items: center; } -.hero-jumbotron { - height: 100vh; +@include media-breakpoint-up(lg) { + .jumbotron { + height: 50vh; + } }