2026-02-23 16:31:30 +01:00
|
|
|
section#quote-full,
|
|
|
|
|
section#quote {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding: 7.9375rem 0;
|
|
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
|
display: block;
|
2026-02-23 18:19:28 +01:00
|
|
|
width: min(100%, 44rem);
|
2026-02-23 16:31:30 +01:00
|
|
|
text-align: center;
|
|
|
|
|
font-size: 2.5rem;
|
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
|
}
|
2026-02-23 18:19:28 +01:00
|
|
|
cite {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
2026-02-23 16:31:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section#quote {
|
|
|
|
|
margin: 0 var(--padding-body);
|
|
|
|
|
border-radius: var(--radius-section);
|
|
|
|
|
}
|