header links
This commit is contained in:
parent
d4f11a5585
commit
d861c7ef87
3 changed files with 49 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue