전 저장소 리팩터링과 SSOT 정비

This commit is contained in:
Yun Chan 2026-07-15 21:31:30 +09:00
parent 14ecbd4e7d
commit 3dfddcac6f
173 changed files with 19679 additions and 6952 deletions

View file

@ -3,7 +3,6 @@
display:grid;
place-items:center;
padding:clamp(18px,5vw,56px);
background:var(--bg-app);
color:var(--text-body);
}
.pa-panel{
@ -84,6 +83,11 @@
flex-wrap:wrap;
gap:10px;
}
.pa-panel{
position:relative;
z-index:1;
}
@media (max-width:560px){
.pa-panel{
border-radius:var(--radius);