[IMP][CSS] Rescale heading fonts

This commit is contained in:
Elisabeth Dickinson
2022-12-16 10:15:02 +01:00
parent 0ff455dbdb
commit 2c250f605a
4 changed files with 16 additions and 14 deletions
@@ -1,6 +1,6 @@
<div class="o_get_help container-fluid d-lg-flex">
<div class="col-12 col-lg-10">
<h5><i class="i-o-help me-2"></i>{{ _("Get Help") }}</h5>
<h4><i class="i-o-help me-2"></i>{{ _("Get Help") }}</h4>
<div>
<a href="https://odoo.com/help" target="_blank" class="btn btn-outline-secondary mb-2">{{ _("Contact Support") }}</a>
<a href="https://www.odoo.com/forum/help-1" target="_blank" class="btn btn-outline-secondary mb-2">{{ _("Ask the Odoo Community") }}</a>
@@ -1,4 +1,4 @@
<div class="o_page_toc_nav mt-1">
<h3>{{ _("On this page") }}</h3>
<h5>{{ _("On this page") }}</h5>
{{ toc }} {# this is the page TOC (or local toc) #}
</div>