fix: make download buttons responsive with grid layout on mobile

This commit is contained in:
2025-10-14 16:19:08 +02:00
parent 8ff6d9de52
commit d77a23fd59

View File

@@ -22,7 +22,7 @@ export function CallToAction() {
<p className="mt-6 text-lg text-gray-300">
Download the Mycelium app and step into the future of secure, peer-to-peer networking; fast, private, and decentralized.
</p>
<div className="mt-8 flex justify-center gap-4">
<div className="mt-8 grid grid-cols-2 justify-items-center gap-4 sm:flex sm:justify-center">
<AppStoreLink color="white" />
<WindowsLink color="white" />
<AndroidLink color="white" />