forked from emre/www_projectmycelium_com
refactor: reduce spacing and adjust typography in CallToAction and NetworkDownload
- Changed paragraph spacing from mt-6 to mt-2 in CallToAction for tighter layout - Reduced top margin on cards container from mt-10 to mt-8 - Replaced "Follow Development" Button with styled anchor link featuring underline and arrow - Added hover effects with cyan color transition to new anchor link - Reduced heading size in NetworkDownload from text-5xl/6xl to text-4xl/5xl
This commit is contained in:
@@ -54,7 +54,7 @@ export function NetworkDownload() {
|
||||
initial={{ opacity: 0, y: 20 }}
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.5 }}
|
||||
className="text-5xl font-medium tracking-tight text-gray-900 lg:text-6xl"
|
||||
className="text-4xl font-medium tracking-tight text-gray-900 lg:text-5xl"
|
||||
>
|
||||
Download Mycelium Network
|
||||
</motion.h3>
|
||||
|
||||
Reference in New Issue
Block a user