9 lines
107 B
SCSS
9 lines
107 B
SCSS
.contact-hero {
|
|
background: var(--color-bg);
|
|
}
|
|
|
|
.content {
|
|
padding: 2rem 0 5rem;
|
|
max-width: 800px;
|
|
}
|