mirror of
https://github.com/torproject/lego.git
synced 2025-02-21 10:41:33 +00:00
remove caps from titles
This commit is contained in:
parent
7034965124
commit
527ccbcd3a
@ -12,10 +12,10 @@
|
||||
<div class="row">
|
||||
<div class="col-12 content-center pt-5">
|
||||
<div class="row">
|
||||
<h6 class="mx-auto text-white text-capitalize">{% block section %}{{ this.section }}{% endblock %}</h6>
|
||||
<h6 class="mx-auto text-white">{% block section %}{{ this.section }}{% endblock %}</h6>
|
||||
</div>
|
||||
<div class="row pb-5">
|
||||
<h2 class="mx-auto display-3 text-white text-capitalize">{% block title %}{{ this.title }}{% endblock %}</h2>
|
||||
<h2 class="mx-auto display-3 text-white">{% block title %}{{ this.title }}{% endblock %}</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user