mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
18 lines
228 B
SCSS
18 lines
228 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
.section {
|
|
padding: 1.5rem;
|
|
max-width: 1200px;
|
|
|
|
&.with-headspace {
|
|
margin-top: 1.5rem;
|
|
}
|
|
|
|
&.is-full-width {
|
|
max-width: 100%;
|
|
}
|
|
}
|