christmas

This commit is contained in:
2026-01-23 12:23:47 +01:00
parent 2df2fd0b2e
commit 3f01cbd8aa
4 changed files with 524 additions and 300 deletions
+7 -4
View File
@@ -13,7 +13,11 @@ body {
body {
margin: 0;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
font-family:
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
sans-serif;
background: #f5f5f5;
color: #222;
@@ -39,8 +43,7 @@ body {
.pf-container {
max-width: 1440px;
margin: 0 auto;
padding: 0 16px;
margin-left: 6px;
}
.pf-header {
@@ -93,7 +96,7 @@ body {
.pf-section--panel {
background: #fff;
border-radius: 8px;
padding: 16px 16px 20px;
padding: 10px 10px 10px 10px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}