Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #22135
Closed
Open
Issue created Mar 08, 2017 by Administrator@rootContributor

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

Created by: hellow554

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.

Assignee
Assign to
Time tracking