27bb03bbc0
* adding copyright header * fix fmt and a test
13 lines
162 B
SCSS
13 lines
162 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
.hero-body {
|
|
padding: 3rem 2rem 1rem;
|
|
|
|
svg {
|
|
margin-bottom: $size-10;
|
|
}
|
|
}
|