From 39b5b64e7740bb0f38c70b60dd4e9426011408b4 Mon Sep 17 00:00:00 2001 From: SG Date: Wed, 18 Jun 2025 12:14:54 +0300 Subject: [PATCH] updates --- themes/default/static/css/theme.css | 7 ++++++- themes/default/templates/default.html | 13 ++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/themes/default/static/css/theme.css b/themes/default/static/css/theme.css index 352e43a..d207dfd 100644 --- a/themes/default/static/css/theme.css +++ b/themes/default/static/css/theme.css @@ -32,7 +32,12 @@ article { font-size: 1.1rem; line-height: 1.6; } - +/* #footer_wrapper { background: #121212; +} +*/ + +#footer-data, #footer-data-secondary { + line-height: 2em; } \ No newline at end of file diff --git a/themes/default/templates/default.html b/themes/default/templates/default.html index de80e59..ac4bc16 100644 --- a/themes/default/templates/default.html +++ b/themes/default/templates/default.html @@ -42,14 +42,17 @@ {% endblock %}