update blog post design

This commit is contained in:
Vri 🌈 2023-03-15 15:08:49 +01:00
parent 14d2f476bc
commit 168405713a
Signed by: vrifox
GPG key ID: D40098E5B60B2197
5 changed files with 23 additions and 21 deletions

View file

@ -36,6 +36,7 @@
font-size: 3.5rem;
margin: 0 auto;
max-width: 1000px;
@media (max-width: 1140px) {
font-size: 2.5rem;
}
@ -45,7 +46,11 @@
letter-spacing: 0.15rem;
margin: 0 auto;
max-width: 1000px;
}
span:not(:first-of-type)::before {
content: "·";
margin: 0 1rem 0 0.6rem;
}
}