mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Fix: titular h1 alignment
This commit is contained in:
parent
efe67e9136
commit
dadfd94963
1 changed files with 5 additions and 0 deletions
|
@ -108,6 +108,11 @@ html {
|
|||
padding: 0 .5em;
|
||||
}
|
||||
|
||||
/* Align titular h1 with top nav and body text. */
|
||||
main > h1 {
|
||||
padding-left: .25em
|
||||
}
|
||||
|
||||
/* Archive pages can get long. Allow them to get long without slowing
|
||||
* down the browser by using content-visibility. */
|
||||
li article {
|
||||
|
|
Loading…
Reference in a new issue