Skip to content

Commit

Permalink
Bose/2274 (#2282)
Browse files Browse the repository at this point in the history
* 🐛 add spacing full width inline figure bottom

* 🎨 adjust spacing
  • Loading branch information
BorghildSelle authored May 6, 2024
1 parent b6547a2 commit c11260e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ export const FigureWithLayout = (block: BlockProps) => {
mx-auto
w-full
${layout !== 'full' ? 'md:w-1/2' : ''}
${layout === 'right' ? 'md:float-right md:pl-xl' : ''}
${layout === 'left' ? 'md:float-left md:pr-xl' : ''}
my-3xl
md:mb-sm
md:mt-0
${layout === 'right' ? 'md:float-right md:pl-8' : ''}
${layout === 'left' ? 'md:float-left md:pr-8' : ''}
mt-14
mb-16
`)}
>
{layout === 'full' ? (
Expand Down
8 changes: 4 additions & 4 deletions web/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c11260e

Please sign in to comment.