From 134848b9bdb5f8bf090e741bc2f5508a8a4df32d Mon Sep 17 00:00:00 2001 From: Deimos Date: Mon, 13 Aug 2018 17:16:07 -0600 Subject: [PATCH] Add margin-bottom to Adding a table to a post wouldn't have any margin below it, so the next paragraph would be right up against the bottom. --- tildes/scss/_base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/tildes/scss/_base.scss b/tildes/scss/_base.scss index a084f4d..61eda0e 100644 --- a/tildes/scss/_base.scss +++ b/tildes/scss/_base.scss @@ -196,6 +196,7 @@ table { border-collapse: collapse; border-spacing: 0; width: auto; + margin-bottom: 1rem; } td, th {