about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-07-18 10:18:28 -0500
committerCase Duckworth2022-07-18 10:18:28 -0500
commitdf194d468e8157bfdbcdaeb1a149cee67a304533 (patch)
treef1ad52e53fa6d57080812f853ff7f9065d5be285
parentSimplify border declarations (diff)
downloadsfeed-df194d468e8157bfdbcdaeb1a149cee67a304533.tar.gz
sfeed-df194d468e8157bfdbcdaeb1a149cee67a304533.zip
Add padding to footer
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css index a4599ab..9b5efca 100644 --- a/style.css +++ b/style.css
@@ -185,6 +185,7 @@ footer {
185 185
186footer { 186footer {
187 border-top: 1px solid; 187 border-top: 1px solid;
188 padding: 1ch 0;
188} 189}
189 190
190footer a:link { 191footer a:link {