github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/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  
    10  .full-width-section {
    11    max-width: 100%;
    12  }