diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-05-27 17:22:25 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-05-27 17:22:25 +0200 |
commit | 1dc8190583262cd311c09e431791a4480e847f6e (patch) | |
tree | 5b94d512efd775a0d2af1076198d24281375ec43 /templates | |
parent | 65f0e6d33d6813572e1ccba95b66aa08d100cd5f (diff) |
Spacing in main title
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/css/elenq-publishing.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/css/elenq-publishing.css b/templates/web/css/elenq-publishing.css index 9292cd1..b6ff274 100644 --- a/templates/web/css/elenq-publishing.css +++ b/templates/web/css/elenq-publishing.css @@ -3,7 +3,7 @@ #title-block-header h1.main-title { font-size: 4.5rem; line-height: 1; text-align: center; margin-bottom: 2rem; - margin-top: 2rem; + margin-top: 7rem; font-family: "LatoLatinLightWeb", Helvetica, Arial, sans-serif; } #title-block-header h1 span.subtitle{ |