Commit b0c4aa19 authored by tom's avatar tom

update subheading styles on mobile

parent 1caf56bc
......@@ -22,7 +22,7 @@ export function getContentProps(variant: EntityBaseProps['variant'] = 'content')
// and for the content variant, fontStyle is set in the consumer component
case 'subheading': {
return {
textStyle: 'heading.md',
textStyle: { base: 'heading.sm', lg: 'heading.md' },
};
}
}
......
......@@ -6,7 +6,7 @@ import MaintenanceAlert from './alerts/MaintenanceAlert';
const HeaderAlert = () => {
return (
<Flex flexDir="column" rowGap={ 3 } mb={ 3 } _empty={{ display: 'none' }}>
<Flex flexDir="column" rowGap={ 3 } mb={{ base: 6, lg: 3 }} _empty={{ display: 'none' }}>
<MaintenanceAlert/>
<IndexingBlocksAlert/>
</Flex>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment