fix error page layout stacking blocks side by side
All checks were successful
deploy / deploy (push) Successful in 1m32s
All checks were successful
deploy / deploy (push) Successful in 1m32s
The error-main flex container was missing flex-direction: column, which went unnoticed until the page builder added a second block (featured_products) to the error page defaults. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f479be5728
commit
bb6b28a163
@ -2392,6 +2392,7 @@
|
|||||||
|
|
||||||
.error-main {
|
.error-main {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
min-height: calc(100vh - 4rem);
|
min-height: calc(100vh - 4rem);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user