From c456627c394af9748f15b28e0504252447a982e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Sun, 6 Nov 2022 23:16:52 +0000 Subject: [PATCH] small fix on background --- assets/css/compiled/main.css | 8 ++------ layouts/partials/hero/background.html | 4 ++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index d68f21b8..add97a91 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1667,8 +1667,8 @@ select { height: 150px; } -.h-\[900px\] { - height: 900px; +.h-\[800px\] { + height: 800px; } .h-36 { @@ -3805,10 +3805,6 @@ body:has(#menu-controller:checked) { display: none; } - .lg\:h-\[250px\] { - height: 250px; - } - .lg\:h-72 { height: 18rem; } diff --git a/layouts/partials/hero/background.html b/layouts/partials/hero/background.html index 1bf9e17d..5fbfe82b 100644 --- a/layouts/partials/hero/background.html +++ b/layouts/partials/hero/background.html @@ -3,8 +3,8 @@ {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} {{- with $featured -}} {{ with .Resize "1200x" }} -
-
+