Fix the welcome screen

This commit is contained in:
Narek Zakarian 2024-12-04 18:36:35 +04:00
parent bb9dae94ce
commit 87ff0c23a0
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7
4 changed files with 21 additions and 2 deletions

View file

@ -20,8 +20,7 @@
justify-content: center;
@media screen and (max-width: 480px) {
flex-wrap: wrap;
row-gap: 8px;
display: block;
}
}
}