Skip to content
Snippets Groups Projects
Commit 418cdebb authored by alexisben's avatar alexisben
Browse files

fix

parent b97d5505
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,10 @@
height: 70vh
width: auto
max-width: none
figcaption
margin-top: space(3)
> * + *
margin-top: space(2)
&__arrows
margin-left: px2rem(-18)
......
......@@ -34,7 +34,7 @@
{{ if or .text .credit }}
<figcaption>
{{ if .text }}
<div>{{ partial "PrepareHTML" .text }}</div>
<div><p>{{ partial "PrepareText" .text }}</p></div>
{{ end }}
{{ if .credit }}
<div class="credit">{{ partial "PrepareHTML" .credit }}</div>
......
......@@ -35,7 +35,7 @@
{{ end }}
{{ if .text }}
<figcaption>
{{- partial "PrepareHTML" .text -}}
{{- partial "PrepareText" .text -}}
</figcaption>
{{ end }}
</figure>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment