feat(layout): add full-height flex layout and FullWidth component
This commit is contained in:
@@ -20,6 +20,9 @@ export default defineConfig({
|
||||
|
||||
globalCss: {
|
||||
body: {
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
minHeight: '100vh',
|
||||
backgroundColor: 'neutral.1',
|
||||
color: 'neutral.12',
|
||||
fontFamily: "'Roboto Variable', sans-serif",
|
||||
|
||||
Reference in New Issue
Block a user