Reduce header font size

This commit is contained in:
PCoder 2020-02-02 21:52:48 +05:30
parent f0f8af2367
commit 1630dc195b
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
<style> <style>
@media screen and (max-width:767px){ @media screen and (max-width:767px){
.cmf-ord-heading { .cmf-ord-heading {
font-size: 13px; font-size: 11px;
} }
.order-detail-container .order-details { .order-detail-container .order-details {
font-size: 13px; font-size: 13px;
@ -70,7 +70,7 @@
@media screen and (max-width:367px){ @media screen and (max-width:367px){
.cmf-ord-heading { .cmf-ord-heading {
font-size: 13px; font-size: 11px;
} }
.order-detail-container .order-details { .order-detail-container .order-details {
font-size: 12px; font-size: 12px;