This commit is contained in:
Kenneth Jannette
2024-02-23 05:00:49 -06:00
parent f422468d97
commit aa5cd3a17d
5 changed files with 26 additions and 8 deletions

View File

@@ -117,7 +117,7 @@
flex-direction: column;
margin-top: 24px;
width: 920px;
min-height: 510px;
min-height: 540px;
border-radius: 10px;
background-color: rgb(240, 247, 250);
border: 1px solid #e9e9e9;
@@ -167,10 +167,8 @@
.radio-group-box {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-end;
justify-content: center;
padding: 6px;
width: 100%;
}
.select-plan-summary-box {
@@ -197,8 +195,7 @@
}
.signup-radio-container {
width: 300px;
height: 100%;
width: 280px;
}
.signup-feat-item {