github.com/thomasobenaus/nomad@v0.11.1/ui/app/styles/core/title.scss (about)

     1  .title {
     2    &.is-4,
     3    &.is-5,
     4    &.is-6 {
     5      margin-bottom: 0.5rem;
     6    }
     7  
     8    &.with-headroom {
     9      margin-top: 1rem;
    10    }
    11  
    12    &.with-subheading {
    13      margin-bottom: 0.85rem;
    14    }
    15  
    16    &.with-flex {
    17      display: flex;
    18      justify-content: space-between;
    19    }
    20  }