Skip to content
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

.card-columns .card should have margin-bottom regardless of screen size #22135

Closed
hellow554 opened this issue Mar 8, 2017 · 0 comments
Closed

Comments

@hellow554
Copy link

Currently the margin-bottom only applies to sm and above screens, which is not ideal in my opinion. I think it should apply to all screen sizes, because it gives you a little bit of spacing between the cards, which is nice.
Because I have no Idea of sass, and only little of css, this is what is currently in my css file

.card-columns .card {
    margin-bottom: .75rem;
}

which has been stolen from the css file. It should be trivial to implement this if you want it.

@mdo mdo added this to the v4.0.0-beta.2 milestone Mar 28, 2017
@mdo mdo modified the milestones: v4.0.0-beta, v4.0.0-beta.2 Apr 9, 2017
mdo added a commit that referenced this issue Apr 9, 2017
@mdo mdo added the has-pr label Apr 9, 2017
@mdo mdo closed this as completed in #22393 Apr 9, 2017
mdo added a commit that referenced this issue Apr 9, 2017
@mdo mdo mentioned this issue Apr 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants