feat: Style updates to articles list view.
All checks were successful
CI / release (push) Successful in 7m38s

This commit is contained in:
2025-04-14 16:50:47 -04:00
parent a26e239291
commit 88c6bd4891
5 changed files with 23 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ func baseLayout(
body(class: "text-white text-lg font-avenir \(section.rawValue)") {
siteHeader(section)
div(class: "mb-auto") {
div(class: "mb-auto\(section == .articles ? " mx-10" : "")") {
children()
}
if section == .articles {