le-courage-du-reel/assets/css/src/_section_2-quote.scss
isUnknown f7f3d0f0b5 feat: add mobile burger menu, SEO meta tags, and various fixes
- Add burger menu with open/close animation and scroll lock
- Add nav-logo element for mobile header
- Hide nav links on mobile, reveal in fullscreen overlay
- Add title, meta description, Open Graph and Twitter Card tags
- Add canonical URL
- Various SCSS adjustments (hero line-height, excerpt font-weight)
- Fix asset paths

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 18:19:28 +01:00

23 lines
399 B
SCSS

section#quote-full,
section#quote {
display: flex;
flex-direction: column;
align-items: center;
padding: 7.9375rem 0;
blockquote {
display: block;
width: min(100%, 44rem);
text-align: center;
font-size: 2.5rem;
margin-bottom: 1.25rem;
}
cite {
font-weight: 500;
}
}
section#quote {
margin: 0 var(--padding-body);
border-radius: var(--radius-section);
}