more
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user