From ad25f852fe2afb803e4722dfcdee8b54d4725e17 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Thu, 27 Feb 2020 13:26:53 -0800 Subject: [PATCH] Don't add extra bottom margin to last section --- css/80_app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index c06206559..016bf2eaf 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -876,7 +876,7 @@ a.hide-toggle { font-weight: bold; } -.section { +.section:not(:last-child) { margin-bottom: 30px; }