Skip to content

Commit 25509b5

Browse files
committed
fix: Printing format on all browsers on new theme
1 parent a997455 commit 25509b5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

static/nginxaas-azure/css/cost-calculator_v2.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181

8282
#calculator .details-section {
8383
padding: 10px;
84-
background-color: rgba(217, 217, 217, 0.1);
8584
margin-right: 10px;
8685
flex: 1;
8786
}
@@ -204,8 +203,8 @@
204203

205204
@media print {
206205
body {
207-
visibility: hidden;
208-
height: 0;
206+
visibility: hidden !important;
207+
height: 0 !important;
209208
}
210209

211210
footer {
@@ -219,7 +218,11 @@
219218

220219
margin: 0 auto;
221220

222-
width: 100%;
221+
width: fit-content;
222+
}
223+
224+
#calculator .section {
225+
margin: 0;
223226
}
224227

225228
#calculator h3#calculator-section-heading {

0 commit comments

Comments
 (0)