fix blog date spacing, posted by human
This commit is contained in:
parent
8f5c90c19d
commit
e9460c86fe
3 changed files with 6 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
@use "_consts" as c;
|
||||
|
||||
h1 {
|
||||
margin: 16px 0 0 0;
|
||||
margin: 16px 0 16px 0;
|
||||
text-align: center;
|
||||
//width: fit-content;
|
||||
//padding: 0 1em;
|
||||
|
|
@ -30,6 +30,7 @@ h1:before, h1:after {
|
|||
|
||||
h1 span {
|
||||
max-width: 640px;
|
||||
text-wrap: balance;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue