Use grid for email card to match top card width exactly

This commit is contained in:
Kunthawat Greethong
2026-04-01 22:54:36 +07:00
parent 24fb6f6dd4
commit b3b4fa720a

View File

@@ -68,8 +68,8 @@ import Layout from '../layouts/Layout.astro'
</div>
<!-- Bottom Row - Email (Centered, Same Width as One Top Card) -->
<div class="flex justify-center">
<a href="mailto:contact@moreminimore.com" class="group bg-white rounded-2xl p-8 shadow-lg hover:shadow-2xl transition-all duration-300 hover:-translate-y-2 text-center md:w-[calc(50%-2rem)]">
<div class="grid md:grid-cols-2 gap-8 max-w-4xl mx-auto">
<a href="mailto:contact@moreminimore.com" class="group bg-white rounded-2xl p-8 shadow-lg hover:shadow-2xl transition-all duration-300 hover:-translate-y-2 text-center">
<div class="w-16 h-16 bg-blue-500 rounded-2xl flex items-center justify-center mx-auto mb-5 group-hover:bg-blue-400 transition-colors">
<svg class="w-8 h-8 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path>