Untitled

 avatar
unknown
css
2 years ago
389 B
4
Indexable
@media screen and (max-width: 600px) { 
	#b2bking_request_custom_quote_name, #b2bking_request_custom_quote_email {
	    width: 100% !important;
	}
	.b2bking_custom_quote_field_container {
	    width: 100% !important;
	}
	span.b2bking_request_custom_quote_text_label {
	    width: 100% !important;
	}
	span#b2bking_request_custom_quote_textarea_abovetext {
	    width: 100% !important;
	}
}
Editor is loading...