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

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> </style>
<div class="row"> <div class="row">
<div class="col-sm-8"> <div class="col-sm-8">