@K-ZimnySubmitted over 2 years ago
Im having issues with the heights on the columns. They change size independent depending on the screen size (view in dev tools). Any ideas how to fix that?
Im having issues with the heights on the columns. They change size independent depending on the screen size (view in dev tools). Any ideas how to fix that?
It's because you override the attrubute align-items: stretch to center in your container. Now every single card has the height of its content and is centered on the horizontal axis. You can find some useful information about css flexbox and columns here: https://www.youtube.com/watch?v=u044iM9xsWU (about 14m).