market/src/components/molecules/PageHeader.module.css

16 lines
227 B
CSS

.header {
margin-bottom: var(--spacer);
max-width: 50rem;
}
.title {
margin-top: 0;
margin-bottom: 0;
}
.description {
font-size: var(--font-size-large);
margin-top: calc(var(--spacer) / 4);
margin-bottom: 0;
}