i once had to maintain a legacy dashboard that was basically just nested
<table>
elements for everything. trying to make even a simple sidebar responsive with that setup was a
total nightmare . it really makes you appreciate how much heavy lifting
grid-template-columns
does for us now.