diff --git a/zsite/static/less/about.less b/zsite/static/less/about.less index f7d18aa..7faae6d 100644 --- a/zsite/static/less/about.less +++ b/zsite/static/less/about.less @@ -35,7 +35,6 @@ .about-videos { li { - margin-right: 2%; vertical-align: top; font-size: 12px; diff --git a/zsite/static/less/service.less b/zsite/static/less/service.less index 0e71dd7..c69558b 100644 --- a/zsite/static/less/service.less +++ b/zsite/static/less/service.less @@ -68,6 +68,12 @@ } } +.checkboxselectmultiple { + p { + margin: 0; + } +} + .field-wrapper { margin: 10px 0; @@ -76,6 +82,15 @@ margin: 0; padding: 0; + label { + input { + margin-right: 2px; + } + + font-weight: 100; + line-height: 25px; + } + } label { @@ -83,3 +98,45 @@ } } + + +.service-row { + margin-bottom: 30px; + + .main-service { + h3, h4 { + margin: 0 + } + + p { + margin-top: 5px; + margin-bottom: 5px; + } + } + + .service-xs { + li { + margin-bottom: 10px; + + .desc { + font-size: 12px; + } + + p { + a { + font-size: 16px; + } + } + } + } + + h3, h4 { + margin-top: 0; + } + + p { + margin: 0; + } + + +} \ No newline at end of file diff --git a/zsite/static/less/sub_content.less b/zsite/static/less/sub_content.less index 0e1a39f..0eef164 100644 --- a/zsite/static/less/sub_content.less +++ b/zsite/static/less/sub_content.less @@ -14,6 +14,8 @@ } li { + font-size: 12px; + @media (min-width: 320px) { display: inline-block; margin-right: 15px; diff --git a/zsite/templates/aldryn_people/plugins/feature/people_list.html b/zsite/templates/aldryn_people/plugins/feature/people_list.html index 1002063..6de0f1a 100644 --- a/zsite/templates/aldryn_people/plugins/feature/people_list.html +++ b/zsite/templates/aldryn_people/plugins/feature/people_list.html @@ -24,10 +24,10 @@
{{ person.name }}, {% trans 'our' %} {{ person.function|lower }}, {% trans 'answer your questions' %}
+{{ person.name }}, {% trans 'our' %} {{ person.function|lower }},