1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 15:07:27 +00:00
festa/components/generic/views/content.module.css

11 lines
No EOL
150 B
CSS

.viewContent {
display: flex;
flex-direction: column;
gap: 4px;
align-content: stretch;
max-width: 800px;
margin: 0 auto;
}