diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index c635de5..750e492 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2753,6 +2753,7 @@ y-axis } @media (max-width: 767px) { + .moz-2.moz-2-1{ padding-left: 15px !important; padding-right: 0 !important; diff --git a/frontend/web/css/style.min.css b/frontend/web/css/style.min.css index 051d283..ec660c1 100755 --- a/frontend/web/css/style.min.css +++ b/frontend/web/css/style.min.css @@ -3409,6 +3409,15 @@ ul.breadcrumb li a { padding-right: 5px; text-align: left } + .moz-2.moz-2-1{ + padding-left: 15px !important; + padding-right: 0 !important; + } + .moz-2.moz-2-2{ + padding-left: 2px !important; + padding-right: 15px !important; + } + } .container, .container-fluid { -- libgit2 0.21.4