From 2f3e58090b5ff4663e47fbb588b7eae68a41d4ff Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Mon, 5 Feb 2018 19:22:11 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=BB=F0=9F=9A=91=20Fix=20bottom=20overf?= =?UTF-8?q?low?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _assets/css/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_assets/css/style.scss b/_assets/css/style.scss index 5e10da0..9d85628 100644 --- a/_assets/css/style.scss +++ b/_assets/css/style.scss @@ -55,6 +55,10 @@ dl { .printonly { display: none; } } +p, dl, ul, ol { + &:last-child { margin-bottom: 0; } +} + .hide { display: none; } %resume {