diff --git a/assets/development/styles/organization.css b/assets/development/styles/organization.css index b7e50f7..8549eef 100644 --- a/assets/development/styles/organization.css +++ b/assets/development/styles/organization.css @@ -462,6 +462,8 @@ section { display: flex; justify-content: center; margin-bottom: -1em; + margin-left: -0.75em; + margin-right: -0.75em; } .pricing.supra-dense { @@ -481,7 +483,8 @@ section { justify-content: space-between; color: white; background-color: rgba(253, 110, 11, .780); - margin-right: 1.5em; + margin-right: .75em; + margin-left: .75em; margin-bottom: 1em; } @@ -497,10 +500,6 @@ section { background-color: rgba(177, 32, 8, .80); } -.pricing .pricing-card:last-child { - margin-right: 0; -} - .pricing-label { font-size: 1.5em; }