Skip to content

Commit

Permalink
update: introduce 반응형
Browse files Browse the repository at this point in the history
  • Loading branch information
jaemin-s committed Nov 28, 2024
1 parent 0b1c97e commit 09c327a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/presentation/component/article/SimpleIntroduce.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const SimpleIntroduce = () => {
return (
<div className="h-full flex flex-col items-center justify-center">
<ArticleHeader str={str} color="#ffeeaa" />
<div className="flex gap-10 h-fit items-center">
<div className="flex flex-col md:flex-row gap-10 h-fit items-center">
<img
className="w-40 h-40 object-cover object-top rounded-full"
src="https://github.com/jaemin-s/jaemin-s/raw/refs/heads/main/image/personal/jm.jpg"
Expand Down

0 comments on commit 09c327a

Please sign in to comment.