From 3aa42108fcc90d8ae2d0e2a18e97c9f06daee574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?siyeon00=28=EC=9D=B4=EC=8B=9C=EC=97=B0=29?= Date: Thu, 28 May 2026 17:50:03 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20=EB=B0=98=EC=9D=91=ED=98=95=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/common.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/css/common.css b/src/css/common.css index 9b730d2..99fcd8d 100644 --- a/src/css/common.css +++ b/src/css/common.css @@ -609,7 +609,10 @@ body{overflow-x:hidden;} .about-tech-cards { grid-template-columns: 1fr 1fr; } .about-cta-section { padding: 80px 24px; } .about-cta-title { font-size: 28px; } - .about-cta-buttons { flex-direction: column; align-items: center; } + .about-cta-btn { width: 100%; max-width: 280px; justify-content: center; } + + .about-cta-buttons { flex-direction: column; align-items: center; width: 100%; } + } @keyframes about-cta-move {