minor padding adjustments
This commit is contained in:
parent
33c56b8890
commit
4995604873
1 changed files with 5 additions and 1 deletions
|
@ -1169,6 +1169,7 @@ color: #eb4d5c;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
}
|
}
|
||||||
.percent-text {
|
.percent-text {
|
||||||
|
font-size: 40px;
|
||||||
/* text-align: center; */
|
/* text-align: center; */
|
||||||
}
|
}
|
||||||
.pricing-section .card {
|
.pricing-section .card {
|
||||||
|
@ -1300,7 +1301,7 @@ a#forgotpassword {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-row {
|
.flex-row-rev {
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1321,6 +1322,9 @@ a#forgotpassword {
|
||||||
.flex-row-rev .percent-text {
|
.flex-row-rev .percent-text {
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
|
.flex-row-rev {
|
||||||
|
margin-bottom: 25px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.w380 {
|
.w380 {
|
||||||
|
|
Loading…
Reference in a new issue