Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irma-website
Commits
3767336b
Commit
3767336b
authored
Jul 31, 2019
by
Hanna Schraffenberger
Browse files
center FAQs
parent
15e75eb6
Changes
3
Hide whitespace changes
Inline
Side-by-side
_includes/block-faq-1.html
View file @
3767336b
<section
class=
"block block-faq-1"
>
<div
class=
"container"
>
<div
class=
"columns"
>
<div
class=
"column"
>
<div
class=
"column
center
"
>
{% for faq_item in section.faq_items %}
<button
class=
"collapsible"
>
{{ faq_item.question }}
</button>
<div
class=
"content faq-item"
>
...
...
_includes/block-header-1.html
View file @
3767336b
...
...
@@ -14,7 +14,4 @@
</ul>
</nav>
</header>
<div
class=
"spacer"
>
</div>
</header>
\ No newline at end of file
css/irma.css
View file @
3767336b
...
...
@@ -150,4 +150,8 @@ column.text p {
.open
:after
{
content
:
"\2796"
;
/* Unicode character for "minus" sign (-) */
}
.column
.center
{
justify-content
:
center
;
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment