Skip to content

Commit

Permalink
Update contact styling
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchmidt committed May 28, 2024
1 parent 2ddc4e8 commit 8477a95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/dito/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ export default function App() {
<body>
<header className="p-8 w-100 flex justify-between">
<span className="font-semibold">{header.title}</span>
<span>
{header.contact.msg} <PhoneOutlined /> {header.contact.number}
<span className="flex">
{header.contact.msg}
<PhoneOutlined className="mx-8" />
{header.contact.number}
</span>
</header>
<Outlet />
Expand Down

0 comments on commit 8477a95

Please sign in to comment.