From 9d4585f573f8e7e2b1791604404938d62ad6a49b Mon Sep 17 00:00:00 2001 From: Vinejar <Хуев@мыло.чпок> Date: Sun, 30 Mar 2025 03:06:27 +0300 Subject: [PATCH] 0_0_1 --- templates/manga_view.html | 21 +++------------------ templates/static/css/style.css | 27 +++------------------------ 2 files changed, 6 insertions(+), 42 deletions(-) diff --git a/templates/manga_view.html b/templates/manga_view.html index 769b122..9d6d259 100644 --- a/templates/manga_view.html +++ b/templates/manga_view.html @@ -11,32 +11,17 @@
- - +

{{ manga.original_title }}

- -
- - -
Страница
- - - + +
{% for img in manga.imgs_manga %}
diff --git a/templates/static/css/style.css b/templates/static/css/style.css index 3c4ed4c..50d5b3c 100644 --- a/templates/static/css/style.css +++ b/templates/static/css/style.css @@ -1,3 +1,4 @@ +/* Основные стили */ .content-wrapper { position: relative; min-height: 500px; @@ -17,13 +18,13 @@ } .manga-grid-container { - width: 90%; + width: 100%; margin: 0 auto; } .manga-grid { display: grid; - grid-template-columns: repeat(9, 102px); + grid-template-columns: repeat(6, 102px); gap: 10px; justify-content: center; margin: 0 auto; @@ -52,28 +53,6 @@ transform: scale(1.05); } -.breadcrumb-item { - list-style: none; - display: flex; - align-items: center; -} - -.breadcrumb-item a { - text-decoration: none; - color: green; /* Сохраняет цвет текста как у родителя */ - font-weight: bold; -} - -.breadcrumb-item .separator { - margin: 0 5px; -} - - - - - - - /* Адаптивность */ @media (max-width: 768px) { .manga-grid {