feat: implement page vertical layout structure - add flex column to body, set min-height 100vh, complete mainpagework item 1
This commit is contained in:
@@ -32,7 +32,9 @@
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
background: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user