github.com/hernad/nomad@v1.6.112/ui/app/styles/core/section.scss (about)

     1  /**
     2   * Copyright (c) HashiCorp, Inc.
     3   * SPDX-License-Identifier: MPL-2.0
     4   */
     5  
     6  .section {
     7    padding: 1.5rem;
     8    max-width: 1200px;
     9  
    10    &.with-headspace {
    11      margin-top: 1.5rem;
    12    }
    13  
    14    &.is-full-width {
    15      max-width: 100%;
    16    }
    17  }