From ba2deadca80138241d9e5284167e5a6d9e441d31 Mon Sep 17 00:00:00 2001 From: unwox Date: Thu, 31 Oct 2024 14:42:42 +0600 Subject: add footer with disclaimer text --- static/style.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index d4c0001..ed44a8d 100644 --- a/static/style.css +++ b/static/style.css @@ -165,10 +165,20 @@ h1, h2, h3, h4, h5, h6 { object-fit: contain; } -.description-text { +.text { max-width: 50rem; - margin-bottom: 2rem; line-height: 1.4; + margin: 0; +} + +.description-text { + margin-bottom: 2rem; +} + +footer { + padding-top: 1rem; + border-top: 1px solid #cfcfcf99; + margin-top: 1rem; } @media screen and (max-width: 44.9rem) { -- cgit v1.2.3