19 lines
200 B
CSS
19 lines
200 B
CSS
.header,
|
|
.hgroup {
|
|
align-items: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.header {
|
|
gap: var(--Spacing-x3);
|
|
}
|
|
|
|
.hgroup {
|
|
gap: var(--Spacing-x-half);
|
|
}
|
|
|
|
.body {
|
|
max-width: 560px;
|
|
}
|