0_0_1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user