Add room not found view

This commit is contained in:
Robert Long
2022-02-14 13:53:19 -08:00
parent 3ed35f9477
commit 47357b3fc6
5 changed files with 119 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
.form {
padding: 0 24px;
justify-content: center;
max-width: 409px;
width: calc(100% - 48px);
margin-bottom: 72px;
}
.button {
width: 100%;
}