1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
@media print { .js_surveyform { font-size: 13px; } .js_surveyform textarea.form-control { height: 10em; } .js_surveyform h1 { font-size: 28px; } .js_surveyform h2 { font-size: 20px; } .js_question-wrapper { page-break-inside: avoid; } }