diff --git a/zsite/static/less/blog.less b/zsite/static/less/blog.less index bbb7ab9..c4a7a9a 100644 --- a/zsite/static/less/blog.less +++ b/zsite/static/less/blog.less @@ -12,6 +12,8 @@ color: #333; letter-spacing: .12em; text-transform: uppercase; + + white-space: nowrap; } .news-block { @@ -35,6 +37,10 @@ li { .make-xs-column(12); + + + + font-size: 12px; vertical-align: top; @@ -51,7 +57,7 @@ li { .make-xs-column(6); .make-sm-column(3); - + min-height: 140px; } } @@ -87,7 +93,8 @@ article.post-item { .make-row(); content { - .make-xs-column(9); + .make-xs-column(12); + .make-sm-column(9); } side { diff --git a/zsite/static/less/consultation.less b/zsite/static/less/consultation.less index 72a0503..c6ead31 100644 --- a/zsite/static/less/consultation.less +++ b/zsite/static/less/consultation.less @@ -1,12 +1,34 @@ .modal-consultation, .consultation-form { - img { - float: left; - width: 30%; - margin-top: 60px; + + @media (min-width: 0) { + img { + display: none; + } + + h1 { + margin-top: 0px; + } + + .forms { + padding-left: 0; + } } + @media (min-width: @screen-tablet) { + img { + display: block; + float: left; + width: 30%; + margin-top: 60px; + } + + + .forms { + padding-left: 35%; + } + } + .forms { - padding-left: 35%; h3 { margin-top: 18px; diff --git a/zsite/static/less/people.less b/zsite/static/less/people.less index b0be491..7a08a1e 100644 --- a/zsite/static/less/people.less +++ b/zsite/static/less/people.less @@ -1,6 +1,5 @@ .plugin-people { - - + .people-detail-visual { img { @@ -11,6 +10,7 @@ .people-group { margin: 20px 0 15px; } + li.people-item { width: 160px; vertical-align: top; @@ -35,6 +35,34 @@ } +.people-detail { + .make-row(); + + @media (min-width: 0) { + .people-detail-visual { + .make-xs-column(12); + } + + .people-detail-description { + .make-xs-column(12); + + margin-top: 15px; + } + } + + @media (min-width: @screen-phone) { + .people-detail-visual { + .make-xs-column(4); + } + + .people-detail-description { + .make-xs-column(8); + + margin-top: 0px; + } + } + +} .people-link { float: right; } diff --git a/zsite/templates/aldryn_people/includes/people_item.html b/zsite/templates/aldryn_people/includes/people_item.html index 44bf47c..771e8ec 100644 --- a/zsite/templates/aldryn_people/includes/people_item.html +++ b/zsite/templates/aldryn_people/includes/people_item.html @@ -9,12 +9,12 @@
-
- {% endif %}
+