github.com/aminovpavel/nomad@v0.11.8/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 }