From 525936a63522292ae407b0f5a741c187bd0bee3b Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 19 Jan 2025 16:45:57 +0100 Subject: [PATCH] style: add padding on body & card bottom-menu --- static/card.css | 2 +- templates/_home.html | 1 + templates/_tag.html | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/static/card.css b/static/card.css index 6f741be..93c387a 100644 --- a/static/card.css +++ b/static/card.css @@ -114,7 +114,7 @@ article.card { */ & .bottom-menu { - padding: 1em 0; + padding: 0.25em 0 1em; } } diff --git a/templates/_home.html b/templates/_home.html index b6cae97..448d0e8 100644 --- a/templates/_home.html +++ b/templates/_home.html @@ -31,6 +31,7 @@ font-size: var(--font-size-base); display: grid; gap: 1em; + padding: 0 1em; a { color: var(--color-link); diff --git a/templates/_tag.html b/templates/_tag.html index ad36fbe..aba8925 100644 --- a/templates/_tag.html +++ b/templates/_tag.html @@ -32,6 +32,7 @@ font-size: var(--font-size-base); display: grid; gap: 1em; + padding: 0 1em; a { color: var(--color-link);