refactor: adds css variable

This commit is contained in:
2024-11-24 22:40:18 -03:00
parent 2f48687f3c
commit 348d04e1e9
4 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
.register {
max-width: 480px;
max-width: var(--main-content-max-width, 480px);
}
.register__form-button {