rename to cursor-mover-webapp

This commit is contained in:
Mona Mayrhofer 2026-03-07 18:56:41 +01:00
parent 201f0e5f0a
commit cc52e3e781
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 374AB152BDEBA1AE
35 changed files with 7 additions and 7 deletions

View file

@ -0,0 +1,13 @@
.container {
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: stretch;
align-items: stretch;
& > * {
flex-grow: 1;
display: flex;
flex-direction: column;
}
}