www - make logo nicely sized and spaced

This commit is contained in:
Carsten Haitzler 2019-07-10 18:30:26 +01:00
parent 499defab1f
commit feafc188d1
2 changed files with 3 additions and 2 deletions

View File

@ -65,5 +65,6 @@ img.full {
font-size : 20px; font-size : 20px;
} }
#Images { #Images {
margin-bottom : 8em; margin-top : 4em;
margin-bottom : 12em;
} }

View File

@ -84,7 +84,7 @@
</div> </div>
<center><div id="Images"> <center><div id="Images">
<img src="/img/e-logo-title.svg" width=2em><br> <img src="./img/e-logo-title.svg" width=160em><br><br><br>
<?php <?php
$skip = $page * IMAGES_PER_PAGE; $skip = $page * IMAGES_PER_PAGE;
foreach ($files as &$f) { foreach ($files as &$f) {