|
|
|
|
|
by djstein
674 days ago
|
|
while I love CSS Grid and Areas I still think the hardest part is managing responsiveness especially between mobile and desktop sizes. I find that grid-template-area and the rows / columns sizes needs to be updated via JavaScript based on what UI elements should be open / full screen I haven’t found a world where minmax or calc fixes this. hope someone has answers! |
|