summaryrefslogtreecommitdiff
path: root/src/components/Navbar
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-18 21:46:14 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-18 21:46:14 +0100
commit13ec458329ead41afa3adc725fc7ffc979b20a92 (patch)
tree67d62e7534807467eb9e10f4b669a37271fc70ff /src/components/Navbar
parentdb359ed29703793de351b637344bddf439285a0b (diff)
Pulls out typography spacing
Diffstat (limited to 'src/components/Navbar')
-rw-r--r--src/components/Navbar/Logo.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Navbar/Logo.astro b/src/components/Navbar/Logo.astro
index 58bf01d..b3af6fb 100644
--- a/src/components/Navbar/Logo.astro
+++ b/src/components/Navbar/Logo.astro
@@ -7,7 +7,7 @@ const locale = getLocaleFromPath(Astro.url.pathname);
const t = translate(locale);
---
-<p class="title--small nav__logo">
+<p class="title title--small nav__logo">
<a href="/">
{t(tSite, { key: 'scots-leid-associe' })}
</a>