Update stylesheets and blog template for layout improvements

Adjusted CSS to enhance layout consistency, including footer width and inner content margins. Updated blog template to include post excerpts with fallback for better readability and engagement.
This commit is contained in:
tfw
2025-05-08 08:24:26 +02:00
parent 452455fe21
commit d36051a03d
11 changed files with 57 additions and 33 deletions
+5
View File
@@ -367,6 +367,11 @@ a.headerlink{
}
}
.md-content__inner {
margin: 0 0 1.2rem;
padding-top: .6rem;
}
.md-footer-meta.md-typeset a{
color: #fff !important;
}