This commit is contained in:
Kenneth Jannette
2024-02-05 20:57:54 -06:00
parent f2202da89d
commit 323b2c63f9
2 changed files with 14 additions and 0 deletions

View File

@@ -858,7 +858,12 @@ li.nav-item {
} }
.card-section-container { .card-section-container {
display: flex;
flex-direction: column; flex-direction: column;
justify-content: center;
align-items: center;
margin-left: auto;
margin-right: auto;
} }
img.img-1 { img.img-1 {

View File

@@ -350,6 +350,15 @@
width: 360px; width: 360px;
} }
.signup-button-box {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: auto;
}
.select-plan-header { .select-plan-header {
width: 350px; width: 350px;
flex-direction: column; flex-direction: column;