Skip to content

Commit

Permalink
fix: column layout fixes in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Feb 27, 2024
1 parent 0a12e8b commit 6685fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/common/ColumnLayout/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import styled from 'styled-components'
import tw from 'twin.macro'

export const StyledLayout = styled.div`
${tw`columns-xs gap-9`}
${tw`columns-xs gap-9 -mt-9`}
& > * {
${tw`flex flex-col gap-9 mb-9 break-inside-avoid`}
${tw`inline-flex w-full flex-col gap-9 mt-9 break-inside-avoid`}
}
`

0 comments on commit 6685fca

Please sign in to comment.