forked from sashaastiadi/www_mycelium_net
fix: make download buttons responsive with grid layout on mobile
This commit is contained in:
@@ -22,7 +22,7 @@ export function CallToAction() {
|
|||||||
<p className="mt-6 text-lg text-gray-300">
|
<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.
|
Download the Mycelium app and step into the future of secure, peer-to-peer networking; fast, private, and decentralized.
|
||||||
</p>
|
</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" />
|
<AppStoreLink color="white" />
|
||||||
<WindowsLink color="white" />
|
<WindowsLink color="white" />
|
||||||
<AndroidLink color="white" />
|
<AndroidLink color="white" />
|
||||||
|
Reference in New Issue
Block a user