feat: adjust margin between content and article info

This commit is contained in:
grassblock 2025-06-07 17:54:31 +08:00
parent 856a8f2795
commit bce6cd4506

View file

@ -192,7 +192,7 @@ h1.title {
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
} }
div.content { div.content {
margin-bottom: 2rem; margin: 1rem auto;
span.date { span.date {
color: var(--secondary-text-color); color: var(--secondary-text-color);
font-size: 0.9rem; font-size: 0.9rem;