style(responsive): standardize RealEstate breakpoints

- RealEstate.css: 1100px → 1024px; merge 900px into 768px block

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-23 14:30:19 +09:00
parent 2cdecd918e
commit 08efaa722a

View File

@@ -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;
}