- 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>
23 lines
399 B
SCSS
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);
|
|
}
|