From 2de1df422739b16eb38285ba12c176fe25fb7bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Sun, 6 Nov 2022 21:11:36 +0000 Subject: [PATCH] corrected margins for backgroun hero image --- assets/css/compiled/main.css | 12 ++++++------ layouts/partials/hero/background.html | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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" }} -
+