We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f352d2 commit bfa4521Copy full SHA for bfa4521
src/components/layout/MainCardContent.tsx
@@ -40,7 +40,7 @@ const MainCardContent = ({
40
{name}
41
</p>
42
<RxDividerVertical className="text-gray-900" />
43
- <span className="ml-[3px] min-w-16 text-sm text-gray-700">
+ <span className="ml-[3px] min-w-14 text-sm text-gray-700">
44
{location === ONLINE.location ? "온라인" : location}
45
</span>
46
</div>
0 commit comments