Files
pinme/example/supabase/src/App.css
T
2025-12-15 11:36:56 +08:00

20 lines
279 B
CSS

.app {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.main-content {
flex: 1;
}
/* If footer needs to be added */
.footer {
margin-top: auto;
padding: 1rem;
background-color: #f3f4f6;
text-align: center;
font-size: 0.875rem;
color: #6b7280;
}