Add space to front page header text

This commit is contained in:
Alex Cabal 2021-03-14 11:24:30 -05:00
parent b1fffa1fbb
commit 2ec4245825

View file

@ -2,7 +2,7 @@
require_once('Core.php'); require_once('Core.php');
?><?= Template::Header(['description' => 'Free and liberated ebooks, carefully produced for the true book lover. Download free ebooks with professional-quality formatting and typography, in formats compatible with your ereader.']) ?> ?><?= Template::Header(['description' => 'Free and liberated ebooks, carefully produced for the true book lover. Download free ebooks with professional-quality formatting and typography, in formats compatible with your ereader.']) ?>
<main class="front-page"> <main class="front-page">
<h1>Free and liberated ebooks,<br/>carefully produced for the true book lover.</h1> <h1>Free and liberated ebooks,<br/> carefully produced for the true book lover.</h1>
<picture> <picture>
<source srcset="/images/devices@2x.png 2x, /images/devices.png 1x" type="image/png"/> <source srcset="/images/devices@2x.png 2x, /images/devices.png 1x" type="image/png"/>
<img src="/images/devices@2x.png" alt="Ereaders with a Standard Ebook open."/> <img src="/images/devices@2x.png" alt="Ereaders with a Standard Ebook open."/>