diff --git a/static/nginxaas-azure/css/cost-calculator_v2.css b/static/nginxaas-azure/css/cost-calculator_v2.css index 62e5efa9a..3dd603746 100644 --- a/static/nginxaas-azure/css/cost-calculator_v2.css +++ b/static/nginxaas-azure/css/cost-calculator_v2.css @@ -28,8 +28,7 @@ } #calculator .section { - margin: 0 auto 24px auto; - max-width: 900px; + margin: 1rem auto 1rem auto; } #calculator #totals-section { @@ -81,7 +80,6 @@ #calculator .details-section { padding: 10px; - background-color: rgba(217, 217, 217, 0.1); margin-right: 10px; flex: 1; } @@ -204,8 +202,8 @@ @media print { body { - visibility: hidden; - height: 0; + visibility: hidden !important; + height: 0 !important; } footer { @@ -219,7 +217,12 @@ margin: 0 auto; - width: 100%; + width: fit-content; + left: 0; + } + + #calculator .section { + margin: 0; } #calculator h3#calculator-section-heading {