Skip to content

Commit a1db46b

Browse files
author
Yashwant 2jcommerce
committed
checkout-page-shipping-title::Shipping method title overlapping on edit icon in mobile view on Checkout page
1 parent 5084541 commit a1db46b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_sidebar-shipping-information.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,11 @@
6767
}
6868
}
6969
}
70+
71+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {
72+
.opc-block-shipping-information {
73+
.shipping-information-title {
74+
font-size: 2.3rem;
75+
}
76+
}
77+
}

0 commit comments

Comments
 (0)