style: vertically center content on body
Co-authored-by: aider (openai/qwen3.6) <aider@aider.chat>
This commit is contained in:
parent
af23da9b5f
commit
9af492998f
@ -68,7 +68,7 @@ body {
|
|||||||
background-size: 24px 24px;
|
background-size: 24px 24px;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-start;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
padding: 40px 20px;
|
padding: 40px 20px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user