diff --git a/zsite/static/less/consultation.less b/zsite/static/less/consultation.less index c261da0..72a0503 100644 --- a/zsite/static/less/consultation.less +++ b/zsite/static/less/consultation.less @@ -73,15 +73,7 @@ } .consultation-person { - @media (min-width: 0) { - display: none; - } - - @media (min-width: @screen-tablet) { - display: block; - - } - + .modal-form { text-align: right; } diff --git a/zsite/static/less/service.less b/zsite/static/less/service.less index 052edc8..c88eb03 100644 --- a/zsite/static/less/service.less +++ b/zsite/static/less/service.less @@ -61,20 +61,29 @@ } .service-calculator { + @media (min-width: 0) { + + margin-top: 5px; + } + + @media (min-width: @screen-tablet) { + margin-top: -12px; + } + background-color: #E8EEFC; - border-radius: 5px; - padding: 12px; - margin-top: -12px; - margin-bottom: 15px; + border-radius: 5px; + padding: 12px; + + margin-bottom: 15px; - h3 { - font-weight: 600; - margin-top: 0; - } + h3 { + font-weight: 600; + margin-top: 0; + } - .description { - margin-bottom: 5px; - } + .description { + margin-bottom: 5px; + } } .bill:after { @@ -444,7 +453,7 @@ font-size: 12px; overflow: hidden; - + img { margin-bottom: 5px; } diff --git a/zsite/static/less/sub_content.less b/zsite/static/less/sub_content.less index 63044bb..2613990 100644 --- a/zsite/static/less/sub_content.less +++ b/zsite/static/less/sub_content.less @@ -35,7 +35,7 @@ display: none; } - @media (min-width: @screen-tablet) { + @media (min-width: @screen-desktop) { display: block; } } diff --git a/zsite/templates/aldryn_people/plugins/feature/people_list.html b/zsite/templates/aldryn_people/plugins/feature/people_list.html index e2e7e64..5a77eba 100644 --- a/zsite/templates/aldryn_people/plugins/feature/people_list.html +++ b/zsite/templates/aldryn_people/plugins/feature/people_list.html @@ -33,7 +33,7 @@
-

{{ person.name }}, {{ person.function|lower }}, {% trans 'will give you a detailed advice' %}

+

{{ person.name }}, {{ person.function|lower }}, {% trans 'will give you a detailed advice' %}