mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-29 01:36:47 +08:00
12 lines
250 B
CSS
12 lines
250 B
CSS
.screen {
|
|
min-width: 32rem;
|
|
max-width: calc(100dvw - 2rem);
|
|
position: relative;
|
|
padding: 0;
|
|
margin: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
> * { width: 100%; }
|
|
} |