1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-10-10 09:51:17 +02:00

styling: improved date on standalone articles

This commit is contained in:
2024-04-20 01:02:40 +02:00
parent 00686923b4
commit 9d11c25bf1
2 changed files with 5 additions and 2 deletions

View File

@@ -177,6 +177,10 @@ h3 {
padding-bottom: 10px;
}
.standalone h1:first-child {
padding-bottom: 0;
}
.imprint h1:first-child {
padding-bottom: 20px;
}