center headline FAQ

This commit is contained in:
Hanna
2019-07-31 18:08:08 +02:00
parent e4498cda34
commit b6bcfbb09c
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<div class="container">
<div class="columns">
<div class="column">
<h2><span class="light">{{ section.headline }}</span></h2>
<h2><span class="light center">{{ section.headline }}</span></h2>
{% for faq_item in section.faq_items %}
<button class="collapsible">{{ faq_item.question }}</button>
<div class="content faq-item">

View File

@@ -162,5 +162,5 @@ column.text p {
}
.center {
justify-content: center;
text-align: center;
}