Skip to content
Snippets Groups Projects

fix: 모바일 뷰 오류 해결

Merged 석찬 윤 requested to merge develop into main
2 files
+ 209
148
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
1
@@ -56,7 +56,9 @@ export default function Card({
@@ -56,7 +56,9 @@ export default function Card({
return (
return (
<div className={cn(variantClass)} onClick={onDetail}>
<div className={cn(variantClass)} onClick={onDetail}>
<h3 className="mb-2 text-xl font-bold">{title}</h3>
<h3 className="mb-2 text-xl font-bold" onClick={onDetail}>
 
{title}
 
</h3>
<Label size="sm" theme="black">
<Label size="sm" theme="black">
장소: {location}
장소: {location}
</Label>
</Label>
Loading