summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-13 15:48:24 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-13 15:48:24 +0100
commit08dbc1dc92dfa5e6842529775ffcf6f32fc220c8 (patch)
treedc4443884335a849c0185f4cb59e532bfab79213 /src/components
parent8d4b6b2f6a80e7964362b46c2e29434709c98c0b (diff)
Smaller Logo
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Navbar.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro
index 605ba68..d34bfc2 100644
--- a/src/components/Navbar.astro
+++ b/src/components/Navbar.astro
@@ -15,11 +15,11 @@ const t = translate(locale);
---
<nav>
- <h1 class="logo">
+ <p class="title--small logo">
<a href="/">
{t(tSite, { key: 'scots-leid-associe' })}
</a>
- </h1>
+ </p>
<SwitchLanguageLink currentLocale={locale} />
<Breadcrumbs />
</nav>