From 61fdc2cbaf6c642fa6242e28e3ccfc5a68bb1b20 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Mon, 15 Jun 2020 23:32:27 +0200 Subject: [PATCH] Add dashed border to footer --- static/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/style.css b/static/style.css index 6578c52..ee1f54f 100644 --- a/static/style.css +++ b/static/style.css @@ -68,6 +68,11 @@ header { padding: 0 0 24px; border-bottom: 3px dashed rgba(0,0,0,0.5); } +footer { + margin: 64px 0 0; + text-align: center; + border-top: 3px dashed rgba(0,0,0,0.5); +} .container { width: 100%; max-width: 800px; @@ -310,8 +315,3 @@ table.music th:nth-child(3) { .list__item p { margin: 0 0 8px; } - -footer { - margin: 64px 0 0; - text-align: center; -}