Merge pull request #92 from kjannette/foobar

Foobar
This commit is contained in:
S Jannette
2024-02-05 21:34:01 -06:00
committed by GitHub

View File

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