We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0615635 commit d888440Copy full SHA for d888440
1 file changed
src/features/minihome/home/HomePage.tsx
@@ -234,7 +234,10 @@ export default function HomePage({
234
<div className="mr-3 flex h-full w-1/3 flex-col items-center @2xl:justify-center">
235
{/* 프로필 이미지 */}
236
237
- <Avatar src={avatarUrl} className="h-32 w-32 @2xl:h-64 @2xl:w-64" />
+ <Avatar
238
+ src={avatarUrl}
239
+ className="h-32 w-32 min-w-[128px] shrink-0 @2xl:h-64 @2xl:w-64 @2xl:min-w-[256px]"
240
+ />
241
242
{/* 이름 */}
243
<p className="mt-4 text-lg text-[#342b4e]">{nickname}</p>
0 commit comments