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 824e7c7 commit f015a26Copy full SHA for f015a26
src/components/jobRate/JobCurrentSituation.tsx
@@ -30,7 +30,7 @@ export default function JobCurrentSituation() {
30
<img
31
src={`${BASE_URL}/${data.logo_url}`}
32
alt={`${data.company_name} 로고`}
33
- className="w-full h-auto rounded-md"
+ className="w-[100px] h-[44px]rounded-md"
34
/>
35
</div>
36
))}
0 commit comments