diff --git a/zsite/static/less/service.less b/zsite/static/less/service.less index d56826c..63c5fca 100644 --- a/zsite/static/less/service.less +++ b/zsite/static/less/service.less @@ -574,18 +574,7 @@ .make-row(); li { - @media (min-width: 0) { - display: none; - font-size: 10px; - } - - @media (min-width: @screen-phone) { - display: block; - } - - @media (min-width: @screen-tablet) { - font-size: 12px; - } + overflow: hidden; @@ -611,6 +600,8 @@ padding-left: 0; li { + + width: 49%; padding: 0; } @@ -698,6 +689,19 @@ margin-bottom: 10px; + @media (min-width: 0) { + display: none; + font-size: 10px; + } + + @media (min-width: @screen-phone) { + display: block; + } + + @media (min-width: @screen-tablet) { + font-size: 12px; + } + a { color: #fff; border: 0;