From 8544c3bd0d68bc97dd0044f7890c0d9e00030409 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Thu, 12 Mar 2020 19:28:37 +1000 Subject: [PATCH] removed footer css --- assets/style.css | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/assets/style.css b/assets/style.css index 2edaa0f..c84775a 100644 --- a/assets/style.css +++ b/assets/style.css @@ -31,7 +31,7 @@ h1, h2, h3, h4, h5, h6 { display: block; } -p, footer, ul { +p, ul { margin: 20px auto; line-height: 1.3em; } @@ -122,21 +122,11 @@ header a:hover { background-color: #fff8; } -footer { - text-align: center; - color: grey; - font-style: italic; - box-sizing: content-box; -} -footer a:not(:last-child)::after, .subheading-links a:not(:last-child)::after { - content: " - " -} - @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { #main { width: 95%; } - p, footer, ul { + p, ul { line-height: 1.6em; } header {