This commit is contained in:
Vinejar
2025-03-30 03:06:27 +03:00
parent 2184ad7171
commit 9d4585f573
2 changed files with 6 additions and 42 deletions

View File

@@ -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 {