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
  • #26515
Closed
Open
Issue created May 14, 2018 by Administrator@rootContributor

More display-* headings - .display-5

Created by: sts-ryan-holton

New .display-5 class

When creating website banners I often find myself using one of the .display-* headings from Bootstrap. They're clean, simple and look great!

The problem I've encountered is I find myself slightly restricted with the current .display-* classes, more specifically with the sizing, I often find myself needing something slightly smaller than .display-4 and often tend to create my own .display-5 class, and in the very rare occasion a .display-6 class.

Could we extend this part and create an additional .display-65 class?

Something like:

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

I'm sure this wouldn't take too long to add?

This is a mock-up of what the sizing would look like:

display-5-class

Many Thanks!

:-)

Reference: https://getbootstrap.com/docs/4.1/content/typography/

Assignee
Assign to
Time tracking