v0.1.26 포스트 카드 테일윈드 정리

This commit is contained in:
2026-04-14 11:25:51 +09:00
parent b29685e959
commit 36245ae37e
10 changed files with 1138 additions and 30 deletions

View File

@@ -34,6 +34,32 @@
gap: 0.1875rem;
}
.flex-2 {
flex: 2 1 0%;
}
.flex-3 {
flex: 3 1 0%;
}
.flex-4 {
flex: 4 1 0%;
}
.size-3\.5 {
width: 0.875rem;
height: 0.875rem;
}
.size-4 {
width: 1rem;
height: 1rem;
}
.min-w-16 {
min-width: 4rem;
}
.line-clamp-1 {
overflow: hidden;
text-overflow: ellipsis;