From 924cba370f6638040282d002a238b2f8cd26eca2 Mon Sep 17 00:00:00 2001 From: BeardedTek Date: Wed, 16 Apr 2025 23:55:30 -0800 Subject: [PATCH] change hero height to 55vh --- layouts/_default/index.html | 2 +- static/css/custom.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/_default/index.html b/layouts/_default/index.html index 4d307c2..8ab06c2 100644 --- a/layouts/_default/index.html +++ b/layouts/_default/index.html @@ -1,7 +1,7 @@ {{ define "main" }}
{{ if ( .Page.Params.hero.enable ) }} -
+
{{ partial "hero/heading" . }} diff --git a/static/css/custom.css b/static/css/custom.css index 7f752d1..9868df5 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1,6 +1,7 @@ .hero{ position: relative; opacity: 1; + height: 55vh; background: rgba(175, 175, 255, 0.1); } .hero::before{