You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.
I fixed this with apply the following code to the .row display: flex; align-items: center;
But it breaks responsive design - column classes stop working.
I fixed it again with @media only screen and (max-width:640px) { .row {display: block;} }
but it looks like kludge
Hello! Thanks a lot for the skin!
I am having problems with the grid when the cells are of different sizes. For example:
As you can see, the content in the first two cells is stuck to the top, and I would like to place it in the center, like this:
The text was updated successfully, but these errors were encountered: