header links

This commit is contained in:
Nathan McCarty 2025-02-05 00:26:12 -05:00
parent d4f11a5585
commit d861c7ef87
3 changed files with 49 additions and 3 deletions

View file

@ -13,6 +13,16 @@ body, .post {
gap: 1rem;
}
.header-links {
display: flex;
flex-direction: row;
align-items: center;
gap: 1rem;
font-size: 1.1rem;
flex-wrap: wrap;
margin-top: 0.5rem;
}
.site-header {
width: 50%;
display: block;
@ -97,3 +107,11 @@ body, .post {
/* .post-body > p { */
/* text-indent: 2ch; */
/* } */
a > span {
text-decoration: underline;
}
a {
text-decoration: none;
}