mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-28 01:06:49 +08:00
update: hooks, web
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
.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%; }
|
||||
}
|
||||
Reference in New Issue
Block a user