fix: adjust margin-bottom for blog logo link to improve layout

This commit is contained in:
2026-05-10 20:37:40 +10:00
parent daef942927
commit fabbb0539a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

View File

@@ -696,7 +696,7 @@ body.blog-page {
}
.blog-logo-link {
margin-bottom: 16px;
margin-bottom: 100px;
opacity: 0.92;
transition: opacity 0.2s ease;
}