Skip to content

Commit

Permalink
style(SLB-446): correct list font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Luqmaan Essop committed Jun 28, 2024
1 parent 4c3682a commit 1a2f009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui/src/components/Atoms/List.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ul li {
@apply !text-base !font-medium !text-gray-900;
@apply !font-medium !text-gray-900;
}

ul {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function BlockImageWithText(props: BlockImageWithTextFragment) {
</div>
)}

<div className={'lg:w-1/2 nested-container'}>
<div className={'lg:w-1/2 nested-container prose-li:text-base'}>
{props.textContent?.markup && (
<BlockMarkup {...props.textContent} />
)}
Expand Down

0 comments on commit 1a2f009

Please sign in to comment.