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

34 lines
582 B
CSS
Raw Normal View History

2024-07-31 12:09:03 +02:00
section.callout {
--padding-vertical: var(--space-m);
background-color: var(--color);
2024-07-31 12:09:03 +02:00
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
2024-07-31 12:09:03 +02:00
}
2024-09-18 17:34:52 +02:00
section.callout .ticket-link {
margin-top: calc(var(--padding-vertical) / 2);
2024-07-31 12:09:03 +02:00
}
section.callout a {
display: flex;
align-items: center;
}
2024-09-21 15:55:55 +02:00
@media screen and (max-width: 1050px) {
section.callout {
padding: 2.25rem 2rem;
}
section.callout h4 {
font-size: var(--font-size-m);
}
section.callout h4 {
margin-bottom: 1rem;
}
section.callout svg {
width: 1.5rem;
}
}