feat(website): improve hero download buttons on mobile

This commit is contained in:
Elian Doran
2025-09-27 14:27:31 +03:00
parent 6fda669307
commit 8416dab870
5 changed files with 20 additions and 11 deletions

View File

@@ -1,7 +1,3 @@
.download-button {
display: none;
}
.download-button .platform {
font-size: 0.75em;
opacity: 0.75;
@@ -14,6 +10,6 @@
@media (min-width: 720px) {
.download-button {
display: inline-block;
display: inline-block !important;
}
}