diff --git a/frontend/src/pages/GuardiaDetail.css b/frontend/src/pages/GuardiaDetail.css index 6d60a12..e9231dd 100644 --- a/frontend/src/pages/GuardiaDetail.css +++ b/frontend/src/pages/GuardiaDetail.css @@ -85,17 +85,28 @@ gap: 20px; margin-top: 40px; } -/* 모바일 앱 스크린샷: 세로 비율 */ +/* 모바일 앱 스크린샷: 세로 비율 5열 */ .gd-screenshots--mobile { - grid-template-columns: repeat(3, 1fr); - max-width: 720px; - margin-left: auto; - margin-right: auto; + grid-template-columns: repeat(5, 1fr); + gap: 14px; +} +.screenshot-card--mobile { + border-radius: 16px; + overflow: hidden; + box-shadow: 0 8px 32px rgba(0,0,0,.25); + border: 3px solid #1e293b; } .screenshot-card--mobile .screenshot-img { - aspect-ratio: 9/16; + width: 100%; + aspect-ratio: 390/844; object-fit: cover; - border-radius: 12px 12px 0 0; + display: block; +} +@media (max-width: 900px) { + .gd-screenshots--mobile { grid-template-columns: repeat(3, 1fr); } +} +@media (max-width: 600px) { + .gd-screenshots--mobile { grid-template-columns: repeat(2, 1fr); } } .screenshot-card { border-radius: var(--radius); diff --git a/frontend/src/pages/GuardiaDetail.jsx b/frontend/src/pages/GuardiaDetail.jsx index ba25dcc..c464d27 100644 --- a/frontend/src/pages/GuardiaDetail.jsx +++ b/frontend/src/pages/GuardiaDetail.jsx @@ -138,6 +138,7 @@ export default function GuardiaDetail() {
+ Android · iOS 모두 지원. SR 접수·처리, DR 복구 테스트, 네트워크 장비 관제,
+ AI 챗봇 명령까지 — 어디서든 GUARDiA를 손에 쥐세요.
+
{e.target.style.display='none';e.target.nextSibling.style.display='flex';}}/>
+