feat: Style updates to articles list view.
All checks were successful
CI / release (push) Successful in 7m38s
All checks were successful
CI / release (push) Successful in 7m38s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user