Make sticky buttons fullwidth on mobile

This commit is contained in:
Jean-Baptiste Bellet
2022-01-31 11:47:35 +01:00
parent ae0a71b29d
commit da6be441f8

View File

@@ -188,8 +188,9 @@
@media screen and (max-width: 700px) {
&.sticked {
width: 100%;
width: auto;
margin-left: -15px;
margin-right: -15px;
box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.33);
.checkout-submit {