yydfds
All checks were successful
Deploy / deploy-staging (push) Successful in 5s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-23 23:45:01 +02:00
parent 342e87d25e
commit 2c79a2192d
5 changed files with 10 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
.bc-grid-bg {
position: relative;
padding: 0 0 16px;
padding: 0 0 8px;
}
.bc-grid-bg::before {
@@ -31,12 +31,10 @@
.bc-shell {
position: relative;
display: grid;
gap: 32px;
}
.bc-stack {
display: grid;
gap: 32px;
}
.bc-hero {
@@ -212,7 +210,7 @@
.bc-overview-grid,
.bc-card-grid {
display: grid;
gap: 22px;
gap: 14px;
}
.bc-toolbar {