Version 1.0.0 - Frontend

This commit is contained in:
2025-08-29 00:22:08 +02:00
parent b5dc2a9e37
commit 01b089f1f6
83 changed files with 5613 additions and 245 deletions

View File

@@ -53,10 +53,12 @@ function access() {
gap: 10px;
}
@media screen and (max-width: 768px) {
@media screen and (max-width: 768px),
screen and (max-height: 607px) {
.container-list {
flex-direction: column;
gap: 20px;;
gap: 20px;
}