feat: Ajustement des marges
This commit is contained in:
@ -10,7 +10,9 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="p-3">
|
||||
<h2>{{ .title | markdownify }}</h2>
|
||||
<div class="title text-center wow fadeIn">
|
||||
<h2>{{ .title | markdownify }}</h2>
|
||||
</div>
|
||||
<p>{{ .content | markdownify }}</p>
|
||||
{{ if .button.enable }}
|
||||
{{ with .button }}
|
||||
@ -18,7 +20,7 @@
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ with .call_to_action }}
|
||||
<div class="text-center p-3">
|
||||
<div class="text-center pt-3 px-3">
|
||||
{{ range . }}
|
||||
<a href="{{ .link | safeURL }}" class="btn btn-primary m-2">{{ .text }}</a>
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user