diff --git a/public/book_icon.png b/public/book_icon.png new file mode 100644 index 0000000..0713ebf Binary files /dev/null and b/public/book_icon.png differ diff --git a/src/App.css b/src/App.css index 0e52b3f..c4ac0c6 100644 --- a/src/App.css +++ b/src/App.css @@ -28,17 +28,28 @@ justify-content: space-between; } -.header-ornament { - font-family: var(--brand-font-body); - color: var(--brand-gold); - letter-spacing: 10px; - font-size: 0.85rem; - opacity: 0.6; +.header-logo { + display: flex; + align-items: center; + text-decoration: none; + transition: opacity 200ms; + flex-shrink: 0; + opacity: 0.82; +} + +.header-logo:hover { + opacity: 1; +} + +.header-logo-img { + height: 52px; + width: auto; + display: block; } .header-nav { display: flex; - gap: 1.75rem; + gap: 1.5rem; align-items: center; } @@ -63,7 +74,7 @@ font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; - font-size: 1.02rem; + font-size: 0.96rem; transition: color 200ms; } @@ -3024,8 +3035,8 @@ font-size: 1.2rem; } - .header-ornament { - display: none; + .header-logo-img { + height: 40px; } .admin-stats-grid, diff --git a/src/App.tsx b/src/App.tsx index 85b0963..d0d38a9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -331,7 +331,9 @@ function SiteHeader({ content }: { content: SiteContent }) { return (
- ✦   ✦   ✦ + + +