Update minor styles and remove target blank for homepage
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user