You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
275 B
13 lines
275 B
/** Inquire Button styling at different screen size **/
|
|
|
|
@media (max-width:440px) {
|
|
div#product_details #whatsapp_inquiry_wrap{
|
|
margin-left: 0%;
|
|
}
|
|
}
|
|
|
|
@media (max-width:1390px) {
|
|
div#product_details #whatsapp_inquiry_wrap{
|
|
margin-left: 0%;
|
|
}
|
|
}
|
|
|