app now responsive for mobile and small devices.

This commit is contained in:
2026-07-11 17:10:02 +03:30
parent 893cd5b128
commit 2f7df312c1
49 changed files with 1710 additions and 775 deletions

View File

@@ -251,6 +251,14 @@ select.form-select,
select {
color: var(--color-text-primary);
background-color: var(--color-background-card);
font-size: 1rem;
}
@media (min-width: 640px) {
select.form-select,
select {
font-size: 0.875rem;
}
}
select option {