From 19c18ba27ffa62c02b293a6b81b3cc02d76e35af Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 4 Mar 2023 11:47:45 -0800 Subject: [PATCH] Fix :last-of selector --- layouts/partials/paige/style.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/paige/style.html b/layouts/partials/paige/style.html index 59bcb79f..f0c15388 100644 --- a/layouts/partials/paige/style.html +++ b/layouts/partials/paige/style.html @@ -51,7 +51,7 @@ body, html { margin-bottom: 0; } -.paige-figure > div > .highlight > pre, .paige-figure > div > :last-child { +.paige-figure > figure > div > :last-child { margin-bottom: 0; }