Update for mobile devices.
Some checks failed
Build and test / Explore-Gitea-Actions (push) Failing after 3s

This commit is contained in:
tfaour 2025-03-29 08:43:45 -04:00
parent f06939a13e
commit ea2c3e355a

View File

@ -128,3 +128,12 @@ h1 {
border-radius: 30%; border-radius: 30%;
} }
@media (max-width: 600px) {
.icon-button {
width: 20px; /* Shrink icons for smaller screens */
}
.floating-buttons {
flex-wrap: wrap;
}
}