Last active
March 15, 2021 11:49
-
-
Save ajmalafif/436a449406a45919ae8a46fb5b36847a to your computer and use it in GitHub Desktop.
divider
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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