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>
This commit is contained in:
parent
f62ba6fbd7
commit
f7f3d0f0b5
17 changed files with 329 additions and 41 deletions
|
|
@ -7,11 +7,14 @@ section#quote {
|
|||
|
||||
blockquote {
|
||||
display: block;
|
||||
width: min(100%, 40rem);
|
||||
width: min(100%, 44rem);
|
||||
text-align: center;
|
||||
font-size: 2.5rem;
|
||||
margin-bottom: 1.25rem;
|
||||
}
|
||||
cite {
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
|
||||
section#quote {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue