Initial commit

This commit is contained in:
Kirchik
2025-08-02 11:45:16 +02:00
parent a6a820aba2
commit a0ba937a46
1078 changed files with 7800 additions and 1115 deletions
@@ -1,3 +1,4 @@
///
/// Massively by HTML5 UP
/// html5up.net | @ajlkn
@@ -73,6 +73,20 @@
.page, .extra {
display: none;
}
.next, .previous {
padding: 0 1rem;
font-size: 0.7rem;
min-width: auto;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
// Добавляем обертку для центрирования
justify-content: center;
flex-wrap: wrap;
gap: 0.5rem;
}
}