This commit is contained in:
Kenneth Jannette
2024-01-26 19:59:18 -06:00
parent a7197b2e8b
commit 34350314e6
2 changed files with 5 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
display: flex;
flex-direction: column;
margin-left: 12px;
padding-left: 10px;
padding-left: 12px;
}
.radio-circle-box {
@@ -33,6 +33,9 @@
}
.radio-name-box {
display: flex;
align-items: center;
padding-top: 10px;
height: 30px;
width: 50%;
font-family: var(--main-font);

View File

@@ -169,5 +169,5 @@
.signup-feat-item {
font-size: 0.9rem;
margin: 4px 0px;
margin: 8px 0px 8px 4px;
}