Add media query for device width less than 368px

This commit is contained in:
PCoder 2020-01-30 12:33:47 +05:30
parent 3141dc2793
commit 7a9b315e2e
1 changed files with 9 additions and 0 deletions

View File

@ -113,6 +113,15 @@
}
}
@media screen and (max-width:367px){
.cmf-ord-heading {
font-size: 13px;
}
.order-detail-container .order-details {
font-size: 12px;
}
}
</style>
<div class="row">
<div class="col-sm-8">