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
  • #23583
Closed
Open
Issue created Aug 21, 2017 by Administrator@rootContributor

Fix jumbotron padding

Created by: bangzek

Please do visual comparison between: http://getbootstrap.com/docs/4.0/examples/narrow-jumbotron/ and: https://getbootstrap.com/docs/3.3/examples/jumbotron-narrow/

You would find v4 jumbotron padding is so much longer on the vertical.

On the old v3 the space is 68px on the vertical and 60px on horizontal, this is because h1 has 20px margin-top.

In the current v4 the vertical is 64px (on normal 16px default font size) and 32px on horizontal. Probably v4 just copy the older padding proportion but failed to adjust with the removal of all margin-top.

I propose to just make the padding equal, so the end result will be 64px on both.

BTW, the example thumbnails needs updating.

Assignee
Assign to
Time tracking