Update minor styles and remove target blank for homepage

This commit is contained in:
Cassidy Williams
2022-11-28 00:32:32 -06:00
parent 60dbb424ab
commit 38e7394e15
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -13,7 +13,7 @@ import { SITE_TITLE } from "../config";
<nav>
<HeaderLink href="/">home</HeaderLink>
<HeaderLink href="/posts">posts</HeaderLink>
<HeaderLink href="https://cassidoo.co" target="_blank">website</HeaderLink>
<HeaderLink href="https://cassidoo.co">website</HeaderLink>
<HeaderLink href="https://cassidoo.co/newsletter" target="_blank"
>newsletter
</HeaderLink>

View File

@@ -23,11 +23,11 @@ html,
body {
margin: auto;
padding: 20px;
max-width: 65ch;
max-width: 650px;
background-color: #fff;
word-wrap: break-word;
overflow-wrap: break-word;
line-height: 1.8;
line-height: 1.6;
color: var(--black);
}
html,