1.1.9 fix width for container-carrier

This commit is contained in:
2024-06-12 15:38:28 +03:00
parent 4d76569131
commit b8aba1d951
2 changed files with 4 additions and 4 deletions

View File

@@ -1313,7 +1313,7 @@
}
.from-to-country-container-carrier{
width: calc(100% - 70px);
width: calc(100% - 60px);
margin: auto;
background: #F8F8F8;
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);