From 3516cf8a3e6a9f9eba344008ee3bd11293dd30b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Thu, 27 Apr 2023 09:02:22 +0200 Subject: [PATCH] Rename "email me" link to "get in touch" --- src/components/Header.astro | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index aa907b1..eebbd52 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -12,7 +12,7 @@ import HeaderLink from './HeaderLink.astro'; Blog Projects Resume - Email me + Get in touch Links @@ -24,7 +24,8 @@ import HeaderLink from './HeaderLink.astro'; } } - nav { + nav.cmr2-text { + line-height: 1.5; flex-wrap: nowrap; overflow-x: auto; } @@ -46,4 +47,8 @@ import HeaderLink from './HeaderLink.astro'; font-size: 2rem; margin: 1.25rem 0; } + + .logo > span:last-of-type { + border-left-width: 2px; + }