added staging banner

This commit is contained in:
2026-03-07 13:24:36 +11:00
parent a1ee591e6f
commit eaaa62de43
5 changed files with 26 additions and 14 deletions

View File

@@ -2344,11 +2344,6 @@
align-items: flex-end;
}
}
.lg\:items-start {
@media (width >= 64rem) {
align-items: flex-start;
}
}
.lg\:justify-between {
@media (width >= 64rem) {
justify-content: space-between;