This commit is contained in:
Kenneth Jannette
2024-02-05 21:31:13 -06:00
parent 4413b16b06
commit 7c96c543fb

View File

@@ -63,6 +63,7 @@
flex-direction: row; flex-direction: row;
justify-content: flex-end; justify-content: flex-end;
padding-right: 14px; padding-right: 14px;
margin-top: 28px;
} }
.signup-freebie-box { .signup-freebie-box {
@@ -167,6 +168,7 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: flex-end;
padding: 6px; padding: 6px;
width: 100%; width: 100%;
} }
@@ -268,6 +270,12 @@
margin: 6px 0px; margin: 6px 0px;
} }
.details-foo-box {
display: flex;
justify-content: flex-end;
margin-top: 12px;
}
.signup-select-box { .signup-select-box {
display: flex; display: flex;
flex-direction: column; flex-direction: column;