This commit is contained in:
Kenneth Jannette
2024-01-27 15:21:09 -06:00
parent bb6c507977
commit 4c032b7382

View File

@@ -50,6 +50,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: flex-end; align-items: flex-end;
padding-right: 14px;
} }
.signup-proceed { .signup-proceed {
@@ -136,7 +137,7 @@
flex-direction: row; flex-direction: row;
padding: 6px; padding: 6px;
width: 100%; width: 100%;
height: 400px; height: 340px;
} }
.select-plan-summary-box { .select-plan-summary-box {