From 124cceef2724f9bbbf175aed4311ce7f30ab9912 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 7 Jun 2024 00:38:19 -0700 Subject: [PATCH] Add table bottom margin --- layouts/partials/paige/style.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/partials/paige/style.html b/layouts/partials/paige/style.html index db66d438..40d12138 100644 --- a/layouts/partials/paige/style.html +++ b/layouts/partials/paige/style.html @@ -70,7 +70,8 @@ blockquote > p:last-of-type { .paige-gallery, .paige-image, .paige-quote, -.paige-video { +.paige-video, +table { margin-bottom: 1rem; }