Reduce header font size
This commit is contained in:
parent
f0f8af2367
commit
1630dc195b
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue