diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-13 15:48:24 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-13 15:48:24 +0100 |
| commit | 08dbc1dc92dfa5e6842529775ffcf6f32fc220c8 (patch) | |
| tree | dc4443884335a849c0185f4cb59e532bfab79213 /src | |
| parent | 8d4b6b2f6a80e7964362b46c2e29434709c98c0b (diff) | |
Smaller Logo
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Navbar.astro | 4 |
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> |
