diff options
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> |
