diff --git a/zsite/static/less/about.less b/zsite/static/less/about.less index 99ffdc4..f243711 100644 --- a/zsite/static/less/about.less +++ b/zsite/static/less/about.less @@ -40,7 +40,7 @@ .make-row(); li { - .make-xs-column(4); + .make-xs-column(6); .make-sm-column(2); @@ -78,6 +78,8 @@ .about-clients { li { + height: 190px; + h5 { height: 35px; } diff --git a/zsite/static/less/blog.less b/zsite/static/less/blog.less index be56bc4..702474f 100644 --- a/zsite/static/less/blog.less +++ b/zsite/static/less/blog.less @@ -19,9 +19,11 @@ li { - .make-xs-column(4); + .make-xs-column(6); .make-sm-column(3); + min-height: 140px; + font-size: 12px; vertical-align: top; diff --git a/zsite/static/less/consultation.less b/zsite/static/less/consultation.less index 22b48a3..7e2be83 100644 --- a/zsite/static/less/consultation.less +++ b/zsite/static/less/consultation.less @@ -32,7 +32,17 @@ } .content, .consultation-person { - .btn-consultation:extend(.btn-primary) {} + .btn-consultation:extend(.btn-primary) { + @media (min-width: 0) { + .btn-xs; + } + @media (min-width: 530px) { + .button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @btn-border-radius-base); + } + } + + + } .consultation-person { diff --git a/zsite/static/less/service.less b/zsite/static/less/service.less index 8d4c821..b804197 100644 --- a/zsite/static/less/service.less +++ b/zsite/static/less/service.less @@ -65,6 +65,7 @@ border-radius: 5px; padding: 12px; margin-top: -12px; + margin-bottom: 15px; h3 { font-weight: 600;