diff --git a/frontend/web/css/_partners.scss b/frontend/web/css/_partners.scss index 4ffb30c..69d8274 100644 --- a/frontend/web/css/_partners.scss +++ b/frontend/web/css/_partners.scss @@ -53,7 +53,7 @@ @media (min-width: 768px) { .slider-partners-5 { .partners-wr { - width: 25% !important; + width: 20% !important; } } } diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 2bb7751..c32f553 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2626,7 +2626,7 @@ ul.breadcrumb { @media (min-width: 768px) { .slider-partners-5 .partners-wr { - width: 25% !important; } } + width: 20% !important; } } .border-mobile { width: 100%; float: left; -- libgit2 0.21.4