diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 21:46:14 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 21:46:14 +0100 |
| commit | 13ec458329ead41afa3adc725fc7ffc979b20a92 (patch) | |
| tree | 67d62e7534807467eb9e10f4b669a37271fc70ff /src/components/Navbar/Logo.astro | |
| parent | db359ed29703793de351b637344bddf439285a0b (diff) | |
Pulls out typography spacing
Diffstat (limited to 'src/components/Navbar/Logo.astro')
| -rw-r--r-- | src/components/Navbar/Logo.astro | 2 |
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> |
