Skip to content

Commit

Permalink
Responsiveness fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopoore committed Mar 12, 2021
1 parent e23cf98 commit 0e9ab73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Data/NumbersSection/DoseInfo/VaccineNumbers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const VaccineNumbers: React.FC<Props> = (props): JSX.Element => {

return (
<Box w={{ base: '45%', md: '48%' }}>
<Text as="h4" fontSize={{ base: '3xl', md: '4xl' }} mt={0}>
<Text as="h4" fontSize={{ base: '2xl', md: '4xl' }} mt={0}>
{props.numberType === 'raw'
? formatNumbers(vaccines[props.dose === 1 ? 0 : 1], 'number')
: formatNumbers(vaccines[props.dose === 1 ? 0 : 1] / population, 'percentage')}
Expand Down

1 comment on commit 0e9ab73

@vercel
Copy link

@vercel vercel bot commented on 0e9ab73 Mar 12, 2021

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.