Add files to repos

This commit is contained in:
2025-03-03 16:38:50 +07:00
parent 629f64ac32
commit bdbbcf7f1f
620 changed files with 39534 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
.pagination {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 2rem;
padding: 0;
font-size: 1em;
list-style: none;
.page-item .disabled {
opacity: 0.5;
pointer-events: none;
}
.page-numbers {
color: var(--meta-color);
font-size: 0.9rem;
}
}