nouveau-theatre-de-besancon/assets/css/src/callout.css

17 lines
308 B
CSS
Raw Normal View History

2024-07-31 12:09:03 +02:00
section.callout {
--padding-vertical: var(--space-m);
2024-09-03 16:35:32 +02:00
background-color: var(--color-blue-light);
2024-07-31 12:09:03 +02:00
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;
}