2024-07-31 12:09:03 +02:00
|
|
|
section.callout {
|
|
|
|
|
--padding-vertical: var(--space-m);
|
|
|
|
|
background-color: var(--color-salmon);
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.callout h4 {
|
2024-07-31 18:29:16 +02:00
|
|
|
margin-bottom: calc(var(--padding-vertical) / 2);
|
2024-07-31 12:09:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.callout a {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|