Skip to content

Commit e0dca35

Browse files
Fix ultra wide vertical alignment
1 parent 5718269 commit e0dca35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/docs/src/pages/index.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
width: auto;
6565
max-width: none; /* Remove max-width constraint */
6666
display: flex;
67-
justify-content: center; /* Center content within remaining space */
67+
justify-content: flex-start; /* Keep content at top, not centered */
68+
align-items: center; /* Center horizontally instead */
6869
background: transparent;
6970
}
7071

0 commit comments

Comments
 (0)