Добавление пагинации в список канбан досок

This commit is contained in:
Vladiysss
2026-02-07 18:39:50 +03:00
parent 63e8553aae
commit 29c580d26d
3 changed files with 96 additions and 16 deletions

View File

@@ -100,6 +100,15 @@ ul{
max-width: 1200px;
}
.page-container {
background-color: #1f2430;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
padding: 20px;
margin: 10px auto;
max-width: 1200px;
}
h2 {
text-align: center;
color: #CAD1D8;