9 lines
230 B
CSS
9 lines
230 B
CSS
/* App.css */
|
|
/* Most styles have been moved to MUI components and theme.ts */
|
|
/* Keep this file for any global custom styles that don't fit in the theme */
|
|
|
|
.app {
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 100vh;
|
|
} |