mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-23 07:04:22 +00:00
11 lines
No EOL
150 B
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;
|
|
} |