Skip to content

Commit

Permalink
refactor: tailwindcss page refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
swgvenghy committed Aug 2, 2024
1 parent 89cfaeb commit 1480936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/pages/maru-egg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ const MaruEgg: React.FC = () => {
};

return (
<div className="min-w-[360px]">
<div className="h-full min-w-[360px] bg-background-default">
<Header type={type} />

<div className="max-h-max min-h-full w-full bg-background-default px-4 pb-24 pt-16">
<div className="w-full px-4 pb-24 pt-16">
<ChatCard
content={`안녕하세요 입학처 챗봇 MARU-EGG입니다!
궁금하신 내용 안내 도와드리겠습니다.
Expand Down

0 comments on commit 1480936

Please sign in to comment.