From 08efaa722a6650e5abefdfd138a22498098d8ca4 Mon Sep 17 00:00:00 2001 From: gahusb Date: Thu, 23 Apr 2026 14:30:19 +0900 Subject: [PATCH] style(responsive): standardize RealEstate breakpoints MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - RealEstate.css: 1100px → 1024px; merge 900px into 768px block Co-Authored-By: Claude Opus 4.6 --- src/pages/realestate/RealEstate.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/pages/realestate/RealEstate.css b/src/pages/realestate/RealEstate.css index 7baa493..42a8fde 100644 --- a/src/pages/realestate/RealEstate.css +++ b/src/pages/realestate/RealEstate.css @@ -952,13 +952,13 @@ /* ── 반응형 ───────────────────────────────────────────────────────────── */ -@media (max-width: 1100px) { +@media (max-width: 1024px) { .re-list-layout { grid-template-columns: 1fr 340px; } } -@media (max-width: 900px) { +@media (max-width: 768px) { .re-list-layout { grid-template-columns: 1fr; } @@ -967,9 +967,6 @@ position: static; max-height: none; } -} - -@media (max-width: 768px) { .re-header { grid-template-columns: 1fr; }