-
I want to make a layout for 3 different breakpoints. Default +1 Breakpoint +1 Breakpoint A | B | C How Can I make it so that B is always as close as possible to A no matter the C height. As you can see in this example I added -mt to adjust the B close to A but if C dynamically changes height then -mt no longer fits as close as possible and there is a gap. Is there any automatic way to achieve B auto span up to A ?? |
Beta Was this translation helpful? Give feedback.
Answered by
wongjn
Jun 3, 2025
Replies: 1 comment 1 reply
-
Explicitly set the grid row sizing, while having C span both rows: https://play.tailwindcss.com/QI1HnyTINR |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
stychu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Explicitly set the grid row sizing, while having C span both rows: https://play.tailwindcss.com/QI1HnyTINR