mirror of
https://github.com/jlengrand/irma-website.git
synced 2026-03-10 08:21:20 +00:00
center headline FAQ
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -162,5 +162,5 @@ column.text p {
|
||||
}
|
||||
|
||||
.center {
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user