1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-12-23 15:14:23 +00:00
festa/components/generic/views/content.module.css

11 lines
150 B
CSS
Raw Normal View History

2022-06-11 03:08:49 +00:00
.viewContent {
display: flex;
flex-direction: column;
2022-06-04 03:13:19 +00:00
2022-07-19 18:24:57 +00:00
gap: 4px;
align-content: stretch;
2022-06-05 15:35:35 +00:00
max-width: 800px;
margin: 0 auto;
2022-06-04 03:13:19 +00:00
}