전 저장소 리팩터링과 SSOT 정비
This commit is contained in:
parent
14ecbd4e7d
commit
3dfddcac6f
173 changed files with 19679 additions and 6952 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue