Finish up email verification form

This commit is contained in:
2023-09-29 23:48:37 -04:00
parent c95334a7e2
commit e59c6d596e
6 changed files with 131 additions and 65 deletions

View File

@@ -277,3 +277,7 @@ header.feed-header button {
font-size: 16px;
grid-column: 2 / 3;
}
.readable-width {
max-width: 600px;
}