Increase spacing in cards in features section
This commit is contained in:
parent
8555e9599b
commit
025edc09f1
1 changed files with 3 additions and 3 deletions
|
@ -201,9 +201,9 @@ tr.comparison-table-mobile-feature td {
|
||||||
|
|
||||||
.promo-text {
|
.promo-text {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 0.625em;
|
||||||
padding-left: 0.5em;
|
padding-left: 0.625em;
|
||||||
padding-right: 0.5em;
|
padding-right: 0.625em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.translated-rtl .promo-text {
|
.translated-rtl .promo-text {
|
||||||
|
|
Reference in a new issue