mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-23 15:14:23 +00:00
10 lines
No EOL
166 B
CSS
10 lines
No EOL
166 B
CSS
.view-notice {
|
|
display: grid;
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
align-content: center;
|
|
|
|
min-width: 100vw;
|
|
min-height: 100vh;
|
|
} |