From 67be796267e2324294a8bfc107f46e1aa917b4a0 Mon Sep 17 00:00:00 2001 From: Waldo Jaquith Date: Mon, 28 Mar 2016 15:57:07 -0400 Subject: [PATCH] Make sure nothing overlaps the footer --- css/custom.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/custom.css b/css/custom.css index fb03338..27eb956 100755 --- a/css/custom.css +++ b/css/custom.css @@ -1,6 +1,9 @@ body , p{ font-family: Source Sans Pro, sans-serif; } +footer { + clear: both; +} .post-content code { font-family: Courier new, sans-serif monospace; }