update sites, fix flex wrap

This commit is contained in:
Sen 2025-06-09 14:07:23 +02:00
parent a9149c246d
commit 41bbeca707
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
27 changed files with 122 additions and 35 deletions

View file

@ -116,6 +116,7 @@ base_stylesheet = [
"row-gap": "[#header-gap]px",
"align-items": "center",
"box-sizing": "border-box",
"flex-wrap": "wrap",
"padding": "0 [#header-padding-right]px 0 [#header-padding-left]px",
"margin": "0"
}),
@ -126,6 +127,7 @@ base_stylesheet = [
"row-gap": "[#footer-gap]px",
"align-items": "center",
"box-sizing": "border-box",
"flex-wrap": "wrap",
"padding": "0 [#footer-padding-right]px 0 [#footer-padding-left]px",
"margin": "0"
}),