diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 9ee665ad..693b038b 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1667,8 +1667,8 @@ select { height: 100px; } -.h-\[250px\] { - height: 250px; +.h-\[150px\] { + height: 150px; } .h-\[900px\] { @@ -3708,8 +3708,8 @@ body:has(#menu-controller:checked) { display: none; } - .md\:h-\[300px\] { - height: 300px; + .md\:h-\[200px\] { + height: 200px; } .md\:h-56 { @@ -3801,8 +3801,8 @@ body:has(#menu-controller:checked) { display: none; } - .lg\:h-\[350px\] { - height: 350px; + .lg\:h-\[250px\] { + height: 250px; } .lg\:h-72 { diff --git a/layouts/partials/hero/background.html b/layouts/partials/hero/background.html index 94870150..1bf9e17d 100644 --- a/layouts/partials/hero/background.html +++ b/layouts/partials/hero/background.html @@ -3,7 +3,7 @@ {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} {{- with $featured -}} {{ with .Resize "1200x" }} -
+