diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-07-26 17:06:52 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-07-26 17:06:52 +0200 |
commit | 9d564dc09cd54307350d2740df70befa40b66d68 (patch) | |
tree | f7a46661ff153be829f61bc9ec98cbf772d7b1e7 /templates/web | |
parent | da139f7dcc4458aeb7764e4ee4f27c5d0731ce20 (diff) |
Correct subtitle formatting in web
Diffstat (limited to 'templates/web')
-rw-r--r-- | templates/web/css/elenq-publishing.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/web/css/elenq-publishing.css b/templates/web/css/elenq-publishing.css index 981b430..45f9359 100644 --- a/templates/web/css/elenq-publishing.css +++ b/templates/web/css/elenq-publishing.css @@ -6,8 +6,9 @@ margin-top: 7rem; font-family: "LatoLatinLightWeb", Helvetica, Arial, sans-serif; } -#title-block-header h1 span.subtitle{ +#title-block-header h1 .subtitle{ font-size: 2.5rem; + text-align: center; } #title-block-header .author{ |