Responsive Grid
I wanted to make two different grid between mobile and desktop screens. What I want is the following:
On lg:
On smallest mobile:
a
b
e
c
d
Basically one full row on lg and two columns on mobile with last item on second column. I am trying
Edit: code
Edit 2: Code is originally in chakra-ui but gist of styling is what's shown.
On lg:
a b c d eOn smallest mobile:
a
b
e
c
d
Basically one full row on lg and two columns on mobile with last item on second column. I am trying
grid-area for this but it seems to jumble around on mobile.Edit: code
Edit 2: Code is originally in chakra-ui but gist of styling is what's shown.
