We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5718269 commit e0dca35Copy full SHA for e0dca35
apps/docs/src/pages/index.module.scss
@@ -64,7 +64,8 @@
64
width: auto;
65
max-width: none; /* Remove max-width constraint */
66
display: flex;
67
- justify-content: center; /* Center content within remaining space */
+ justify-content: flex-start; /* Keep content at top, not centered */
68
+ align-items: center; /* Center horizontally instead */
69
background: transparent;
70
}
71
0 commit comments