Skip to content

Commit

Permalink
OEL-3418: Changed font-size.
Browse files Browse the repository at this point in the history
  • Loading branch information
tibi2303 committed Oct 8, 2024
1 parent 3d4cdc6 commit 009fa08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/list_pages/node--oe-list-page--full.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="col-12 col-lg-9">
<div class="row">
<div class="col-md-6 col-xl-8 align-self-center">
<h2 class="mb-0">
<h2 class="mb-0 fs-4">
<span class="text-capitalize">{{ label }}</span>
({{ content['extra_field_oe_list_page_total_count:node:oe_list_page'] }})
</h2>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{{ title_prefix }}
{% if label %}
<div class="col-md-6 col-lg-8 align-self-center">
<h2 class="mb-0">
<h2 class="mb-0 fs-4">
<span class="text-capitalize">{{ label }} </span>
{{ results_count }}
</h2>
Expand Down

0 comments on commit 009fa08

Please sign in to comment.