Fix :last-of selector

This commit is contained in:
Will Faught
2023-03-04 11:47:45 -08:00
parent cfba78c338
commit 19c18ba27f

View File

@@ -51,7 +51,7 @@ body, html {
margin-bottom: 0; margin-bottom: 0;
} }
.paige-figure > div > .highlight > pre, .paige-figure > div > :last-child { .paige-figure > figure > div > :last-child {
margin-bottom: 0; margin-bottom: 0;
} }