Update minor styles and remove target blank for homepage
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 8.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB |
@@ -13,7 +13,7 @@ import { SITE_TITLE } from "../config";
|
|||||||
<nav>
|
<nav>
|
||||||
<HeaderLink href="/">home</HeaderLink>
|
<HeaderLink href="/">home</HeaderLink>
|
||||||
<HeaderLink href="/posts">posts</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"
|
<HeaderLink href="https://cassidoo.co/newsletter" target="_blank"
|
||||||
>newsletter
|
>newsletter
|
||||||
</HeaderLink>
|
</HeaderLink>
|
||||||
|
|||||||
@@ -23,11 +23,11 @@ html,
|
|||||||
body {
|
body {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
max-width: 65ch;
|
max-width: 650px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
line-height: 1.8;
|
line-height: 1.6;
|
||||||
color: var(--black);
|
color: var(--black);
|
||||||
}
|
}
|
||||||
html,
|
html,
|
||||||
|
|||||||
Reference in New Issue
Block a user