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