This commit is contained in:
qsc
2026-09-04 18:29:49 +08:00
parent f872ffae71
commit 3845950862
42 changed files with 808 additions and 1054 deletions
+2 -5
View File
@@ -52,7 +52,8 @@
grid-column: span 2;
}
.section.span-3 {
.section.span-3,
.full-row {
grid-column: 1 / -1;
}
@@ -132,10 +133,6 @@
margin-top: 4px;
}
.full-row {
grid-column: 1 / -1;
}
.push-section .section-body {
grid-template-columns: repeat(4, minmax(0, 1fr));
}