@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 3 ++- .../opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -2928,8 +2928,9 @@ $star-selected: #EDB867; margin-top: 10px; } -#patronconsents h5 { +#patronconsents h2 { margin-top: 30px; + font-size: 1.1rem; } @import "responsive"; --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt @@ -71,7 +71,7 @@ [% IF Koha.Preference('CookieConsent') %] -
Cookie consents
+

Cookie consents

[% END %] --