Skip to content

Commit

Permalink
style: Improved the style regarding a not wrapping text on the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Jan 24, 2024
1 parent a0b522c commit 04e5933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/pages/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ const InternalHome = observer(() => {
</HoverCardContent>
</HoverCard>
</div>
<div className="mt-2 flex flex-col items-center justify-center hyphens-auto break-words text-center">
<div className="mt-2 flex flex-col items-center justify-center hyphens-auto break-words p-1 text-center">
<MoonPhaseInfo
moonPhaseCode={parseInt(weatherData.data.moonPhaseCode)}
/>
Expand Down

1 comment on commit 04e5933

@vercel
Copy link

@vercel vercel bot commented on 04e5933 Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.