From c9bf3435f948b436a0bcb153c59f4a3c700a5ae6 Mon Sep 17 00:00:00 2001
From: KINDNICK <68893236+KINDNICK@users.noreply.github.com>
Date: Mon, 29 Sep 2025 20:16:16 +0900
Subject: [PATCH] =?UTF-8?q?Add=20:=20=EC=9B=B9=EC=82=AC=EC=9D=B4=ED=8A=B8?=
=?UTF-8?q?=20=EC=9E=94=20=EB=B2=84=EA=B7=B8=20=ED=8C=A8=EC=B9=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
contact.html | 6 +++---
css/portfolio.css | 2 +-
css/services.css | 8 +-------
3 files changed, 5 insertions(+), 11 deletions(-)
diff --git a/contact.html b/contact.html
index 2554e65..22e8eb4 100644
--- a/contact.html
+++ b/contact.html
@@ -142,7 +142,7 @@
diff --git a/css/portfolio.css b/css/portfolio.css
index a59e13f..f30026f 100644
--- a/css/portfolio.css
+++ b/css/portfolio.css
@@ -377,7 +377,7 @@
/* 기술 특징 */
.tech-features {
display: grid;
- grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ grid-template-columns: repeat(2, 1fr);
gap: var(--spacing-2xl);
margin-top: var(--spacing-2xl);
}
diff --git a/css/services.css b/css/services.css
index 214f746..6a586b5 100644
--- a/css/services.css
+++ b/css/services.css
@@ -615,15 +615,9 @@
/* 추가 옵션 */
.options-grid {
display: grid;
- grid-template-columns: repeat(2, 1fr);
+ grid-template-columns: repeat(3, 1fr);
gap: var(--spacing-xl);
margin-bottom: var(--spacing-2xl);
- justify-items: center;
-}
-
-.options-grid .option-card:nth-child(3) {
- grid-column: 1 / -1;
- max-width: 500px;
}
.option-card {