Skip to content

Commit

Permalink
max-width is working now!
Browse files Browse the repository at this point in the history
  • Loading branch information
corywatilo committed Dec 5, 2023
1 parent 1424bfa commit b117347
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const SidePanelWelcome = (): JSX.Element => {
<div className="text-primary-3000 text-2xl font-bold">PostHog 3000</div>
</h1>
<p className="max-w-120 text-sm font-medium mb-3 opacity-75">We're past zero to one.</p>
<p className="max-w-40 text-sm font-medium mb-3 opacity-75" style={{ maxWidth: '10rem' }}>
<p className="max-w-40 text-sm font-medium mb-3 opacity-75">
It's time to go from one to 3000. And this is just the beginning...
</p>
<div className="flex">
Expand Down

0 comments on commit b117347

Please sign in to comment.