This commit is contained in:
Kenneth Jannette
2024-01-28 17:36:28 -06:00
parent 5b9a9d5d8b
commit 81c5b20985

View File

@@ -84,13 +84,12 @@
width: 50%; width: 50%;
} }
.plan-header-right-low { .plan-header-right-lower {
display: flex; display: flex;
flex-direction: row; flex-direction: column;
justify-content: center; justify-content: center;
margin: auto; margin-left: auto;
padding: 12px 14px; margin-right: auto;
width: 100%;
} }
.plan-header-left { .plan-header-left {
@@ -244,7 +243,7 @@
} }
.signup-select-box { .signup-select-box {
width: 90px; width: 160px;
margin-left: auto; margin-left: auto;
margin-top: 12px; margin-top: 12px;
margin-bottom: 12px; margin-bottom: 12px;
@@ -257,7 +256,6 @@
.add-account-copy-wrapper { .add-account-copy-wrapper {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
width: 800px;
justify-content: flex-end; justify-content: flex-end;
align-items: center; align-items: center;
margin-right: 12px; margin-right: 12px;