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;
|
||||
}
|
||||
|
||||
p.gdpr {
|
||||
.gdpr-para {
|
||||
margin: 0 !important;
|
||||
font-family: "Lato", sans-serif !important;
|
||||
font-size: 14px !important;
|
||||
|
@ -109,7 +109,7 @@
|
|||
<h4 class="gdpr modal-title">{% trans "Privacy policy" %}</h4>
|
||||
</div>
|
||||
<div class="gdpr modal-body">
|
||||
<p>
|
||||
<p class="gdpr-para">
|
||||
{% blocktrans %}
|
||||
<strong>1. Responsibility and scope</strong><br/>
|
||||
<br/>
|
||||
|
|
Loading…
Reference in a new issue