Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Ken Zimny 200

    @K-Zimny

    Submitted

    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?

    kmnkat 30

    @kmnkat

    Posted

    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).

    1