feat: add home link to navigation

This commit is contained in:
2026-05-10 23:41:46 +10:00
parent 6e1728d35e
commit d990adf193
2 changed files with 2 additions and 1 deletions

View File

@@ -732,7 +732,7 @@ body.blog-page {
border: 1px solid rgba(205, 214, 244, 0.14);
border-radius: 16px;
box-shadow: 0 20px 70px rgba(0, 0, 0, 0.35);
padding: 22px 24px 28px 48px;
padding: 22px 48px 28px 48px;
}
.blog-post-header {