From af4fd0a6183894a26d67f2de7b38c7a71e1ef1e4 Mon Sep 17 00:00:00 2001 From: SG Date: Thu, 12 Jun 2025 19:58:08 +0300 Subject: [PATCH] updates --- templates/default.html | 20 -------------------- templates/index.html | 4 ++-- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/templates/default.html b/templates/default.html index 92d171f..7fa9cd4 100644 --- a/templates/default.html +++ b/templates/default.html @@ -39,32 +39,12 @@ border-radius: 10px; } - /* - .top_menu a { - font-weight: bold; - color: #333; - padding: 6px 12px; - margin-left: 10px; - text-decoration: none; - - transition: background 0.2s ease; - } - - .top_menu a:hover { - background: rgba(255, 255, 255, 0.3); - } - */ - @media (min-width: 768px) { .top_header_text { font-size: 4rem; } } - .card-title { - font-weight: bold; - } - article { font-size: 1.1rem; line-height: 1.6; diff --git a/templates/index.html b/templates/index.html index b486107..d3539a1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,11 +14,11 @@ {% if content_item.image_file %} {{ content_item.title }} {% else %} - {{ content_item.title }} + {{ content_item.title }} {% endif %}
-
{{ content_item.title }}
+
{{ content_item.title }}

{{ content_item.preview | safe}}... read more