This commit is contained in:
Kenneth Jannette
2024-01-25 00:07:13 -06:00
parent 9f05774df5
commit 09fc4581c9
3 changed files with 20 additions and 3 deletions

View File

@@ -82,6 +82,17 @@
padding: 6px;
}
.signup-radio-wrapper {
background-color: red;
display: flex;
flex-direction: column;
}
.signup-option-div {
display: flex;
flex-direction: column;
}
.radio-group-box {
display: flex;
flex-direction: column;