Skip to content

Instantly share code, notes, and snippets.

@ajmalafif
Last active March 15, 2021 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajmalafif/436a449406a45919ae8a46fb5b36847a to your computer and use it in GitHub Desktop.
Save ajmalafif/436a449406a45919ae8a46fb5b36847a to your computer and use it in GitHub Desktop.
divider
<div tw="md:w-full">
<div
tw="md:mx-8 md:mx-auto md:grid md:grid-cols-1 md:grid-cols-2 md:font-serif md:border-b"
css={{
width: 'min(100ch, calc(100% - 64px))',
gridRowGap: 8,
}}
>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment