@include typeface(serif);
font-weight: weight(light);
+ @include mq($until: lg) {
+ @include font-size(xs);
+ }
+
&:after {
content: "";
display: block;
font-weight: weight(regular);
text-transform: lowercase;
+ @include mq($until: lg) {
+ @include font-size(xs);
+ }
+
&--first {
@include font-size(l);
@include margin-bottom(.5);
+ @include mq($until: lg) {
+ @include font-size(m);
+ }
+
}
}
-{% load i18n pages_tags staticfiles %}
+{% load i18n pages_tags mezzanine_tags media_tags organization_tags staticfiles %}
{% get_language_info_list for LANGUAGES as languages %}
{% spaceless %}
<div class="row">
<div class="col-md-12">
<p>
- {{ page.departmentpage.description }}
+ {{ page.departmentpage.description|richtext_filters|safe }}
</p>
</div>
</div>