Files
MyTube/frontend/src/App.css
2025-11-22 13:47:27 -05:00

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;
}