github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/ui/app/styles/core/section.scss (about)

     1  .section {
     2    padding: 1.5rem;
     3    max-width: 1200px;
     4  
     5    &.with-headspace {
     6      margin-top: 1.5rem;
     7    }
     8  
     9    &.is-full-width {
    10      max-width: 100%;
    11    }
    12  }