-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is-full-height #51
Comments
I'm not sure what you mean, can you make a Codepen to show what you are trying to achieve? |
What I mean is adding the utility class |
will you add the full height? |
Maybe you can use vh Viewport-percentage Lengths |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would it be an idea to add
is-full-height
withheight: 100%
?This allows you to have a .row with multiple cards and they all fill their parent in case your content is not the same length.
The text was updated successfully, but these errors were encountered: