This commit is contained in:
Kenneth Jannette
2024-01-26 18:56:55 -06:00
parent 3185d296f3
commit 07cfaa81f2
3 changed files with 27 additions and 17 deletions

View File

@@ -119,10 +119,10 @@
.radio-group-box {
display: flex;
flex-direction: column;
flex-direction: row;
padding: 6px;
width: 100%;
height: 300px;
height: 420px;
}
.select-plan-summary-box {
@@ -147,3 +147,8 @@
.signup-option {
width: 100% !important;
}
.signup-radio-container {
width: 350px;
height: 100%;
}