diff --git a/src/Tintin/Html/Style.hs b/src/Tintin/Html/Style.hs
--- a/src/Tintin/Html/Style.hs
+++ b/src/Tintin/Html/Style.hs
@@ -48,6 +48,7 @@
     marginLeft (rem 1.2504)
 
   ".cover-heading-subtitle" ? do
+    marginTop (rem 3)
     fontSize (rem 1.953)
 
   ".vertical-auto" ? do
diff --git a/tintin.cabal b/tintin.cabal
--- a/tintin.cabal
+++ b/tintin.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: c2fcfd3f29faa9aee84968f000f40749efa16d012c5c88b61905dbc227981919
+-- hash: aac6aa660721e65e4046c3563a1de2ca23e81ded206a1dfffabb866002f81acb
 
 name:           tintin
-version:        1.2.4
+version:        1.2.5
 synopsis:       A softer alternative to Haddock
 description:    Please see the website <https://theam.github.io/tintin>
 category:       Documentation
