This commit is contained in:
2019-01-30 21:45:49 +01:00
parent 6d1452de31
commit 13e2b28ef0
24 changed files with 167 additions and 141 deletions
@@ -68,6 +68,7 @@
<h2>{{ module.title }}</h2>
<div class="filet"></div>
<div>
{{ module.content|raw }}
{% for child in module.collection %}
@@ -126,10 +127,9 @@
{% endif %}
</section>
{% endfor %}
</div>
</section>
{% endfor %}
{% endblock %}
@@ -67,8 +67,8 @@
<section class="why_lsdo">
<h3>{{module.title}}</h3>
{{module.content}}
<svg width="500" height="500" viewBox="0 0 500 500">
<path id='' d="M 110,0 250,0 110,20 110,20 Z" style="fill:#964587" />
<svg>
<path id='' d="M 0,0 100,0 0,20 0,20 Z" style="fill:#964587" />
</svg>
</section>
{% endfor %}
@@ -1,7 +1,5 @@
<div class="content-item h-entry">
{% if not hero_image_name %}
<div class="content-title text-center">
{% include 'partials/blog/title.html.twig' with {title_level: 'h2'} %}