Apply style to paragraph
This commit is contained in:
parent
a44ff74dc6
commit
3f4a209661
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
text-transform: none !important;
|
text-transform: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.gdpr {
|
.gdpr-para {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
font-family: "Lato", sans-serif !important;
|
font-family: "Lato", sans-serif !important;
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
|
@ -109,7 +109,7 @@
|
||||||
<h4 class="gdpr modal-title">{% trans "Privacy policy" %}</h4>
|
<h4 class="gdpr modal-title">{% trans "Privacy policy" %}</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="gdpr modal-body">
|
<div class="gdpr modal-body">
|
||||||
<p>
|
<p class="gdpr-para">
|
||||||
{% blocktrans %}
|
{% blocktrans %}
|
||||||
<strong>1. Responsibility and scope</strong><br/>
|
<strong>1. Responsibility and scope</strong><br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
Loading…
Reference in a new issue