fix(PublicPages): add margin gutter for pricing

This commit is contained in:
Matthieu Bessat 2020-08-15 17:40:18 +02:00
parent ac0c183c50
commit db2414b8b8

View file

@ -462,6 +462,8 @@ section {
display: flex; display: flex;
justify-content: center; justify-content: center;
margin-bottom: -1em; margin-bottom: -1em;
margin-left: -0.75em;
margin-right: -0.75em;
} }
.pricing.supra-dense { .pricing.supra-dense {
@ -481,7 +483,8 @@ section {
justify-content: space-between; justify-content: space-between;
color: white; color: white;
background-color: rgba(253, 110, 11, .780); background-color: rgba(253, 110, 11, .780);
margin-right: 1.5em; margin-right: .75em;
margin-left: .75em;
margin-bottom: 1em; margin-bottom: 1em;
} }
@ -497,10 +500,6 @@ section {
background-color: rgba(177, 32, 8, .80); background-color: rgba(177, 32, 8, .80);
} }
.pricing .pricing-card:last-child {
margin-right: 0;
}
.pricing-label { .pricing-label {
font-size: 1.5em; font-size: 1.5em;
} }