Skip to content

Commit d3d2852

Browse files
committed
Topbar padding
1 parent 3eef30c commit d3d2852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/newsroom/Newsroom.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ const NewsRoomTemplate = forwardRef<HTMLDivElement, NewsRoomTemplateProps>(
187187
facetFilters={['type:news', 'topicTags:-Crude Oil Assays']}
188188
/>
189189

190-
<div className='flex flex-col gap-8 lg:gap-12'>
190+
<div className='flex flex-col gap-8 pt-topbar lg:gap-12'>
191191
<div className='dark bg-slate-blue-95 py-24'>
192192
<div className='mx-auto flex grid-rows-2 flex-col gap-4 px-layout-sm'>
193193
{title && <Blocks value={title} as='h1' variant='h2' />}

0 commit comments

Comments
 (0)