Skip to content

Commit

Permalink
add gap between columns
Browse files Browse the repository at this point in the history
  • Loading branch information
camdendotlol committed Dec 18, 2024
1 parent 4d76409 commit b44191a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RichText/RichTextElement.astro
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ const getImageClass = (size: 'thumbnail' | 'medium' | 'large' | 'full') => {
case 'grid':
return (
<div
className='slate-grid'
style={{
display: 'grid',
gridTemplateColumns: `${element.layout[0]}fr ${element.layout[1]}fr`,
gap: '1rem',
}}
{...attributes}
>
Expand Down

0 comments on commit b44191a

Please sign in to comment.