From 1336b1a96336393661b43844553febce11aa1d01 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 12 Jul 2024 18:02:26 -0700 Subject: [PATCH] Remove margin from last elem --- layouts/partials/paige/style.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/partials/paige/style.html b/layouts/partials/paige/style.html index dd70b59f..b798c338 100644 --- a/layouts/partials/paige/style.html +++ b/layouts/partials/paige/style.html @@ -43,6 +43,10 @@ margin-bottom: 1rem; } +#paige-content > :last-child { + margin-bottom: 0; +} + #paige-metadata-rest:empty { margin-bottom: 0; }