Skip to content

Commit 0723ba9

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

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 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,12 @@
219218

220219
margin: 0 auto;
221220

222-
width: 100%;
221+
width: fit-content;
222+
left: 0;
223+
}
224+
225+
#calculator .section {
226+
margin: 0;
223227
}
224228

225229
#calculator h3#calculator-section-heading {

0 commit comments

Comments
 (0)