Skip to content

Commit

Permalink
fix: hub mobile map text size
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimds committed Oct 2, 2024
1 parent 6914282 commit 84a9338
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions nextjs/src/app/hub/render/[hostname]/map/SearchPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ export function SearchPanel({
Pledge to take part in Common Grounds
</h1>
</div>
<p className='text-lg leading-tight text-hub-primary-neutral text-meepGray-500'>
<p className='text-[17px] md:text-lg leading-tight text-hub-primary-neutral text-meepGray-500'>
We are inviting as many people and communities as possible across the UK to meet with their MP in their local area.
</p>
<p className='text-lg leading-tight text-hub-primary-neutral text-meepGray-500'>
<p className='text-[17px] md:text-lg leading-tight text-hub-primary-neutral text-meepGray-500'>
Through personal stories and discussions about the issues that matters most, we aim to inspire MPs to champion nature and climate issues alongside us.
</p>
<p className='text-lg leading-tight text-hub-primary-neutral text-meepGray-500'>
<p className='text-[17px] md:text-lg leading-tight text-hub-primary-neutral text-meepGray-500'>
Enter your postcode to find your MP and pledge to meet with them on 12 October.
</p>
<form onSubmit={onSubmit}>
Expand Down
2 changes: 1 addition & 1 deletion nextjs/src/components/hub/ConstituencyView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function ConstituencyView({
>
&larr; Search another postcode
</a>
<h2 className="text-3xl text-hub-primary-950 font-bold">
<h2 className="text-2xl md:text-3xl text-hub-primary-950 font-bold">
{data?.name}
</h2>
</header>
Expand Down

0 comments on commit 84a9338

Please sign in to comment.