From a886cf91a1e66ce3bcf5b092d9b35d4ad991c29c Mon Sep 17 00:00:00 2001 From: Jeremy Boggs Date: Fri, 27 Oct 2023 16:37:51 -0400 Subject: [PATCH] Adds horizontal rule before footer. --- styles.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.scss b/styles.scss index dc94c79..6bac57f 100644 --- a/styles.scss +++ b/styles.scss @@ -5,7 +5,8 @@ } -#banner:after { +#banner:after, +footer:before { content: " "; display: block; height: 0px;