1
0
forked from GitHub/gf-core

Put floating logo on left

This commit is contained in:
John J. Camilleri
2018-12-03 10:49:15 +01:00
parent bd7bb9b34a
commit c380288db8

View File

@@ -37,7 +37,7 @@ $endfor$
$if(title)$
<header id="title-block-header">
<a href="$rel-root$" title="Home">
<img src="$rel-root$/doc/Logos/gf1.svg" height="200px" class="float-md-right mb-3 bg-white" alt="GF Logo">
<img src="$rel-root$/doc/Logos/gf1.svg" height="200px" class="float-md-left mr-3 mb-3 bg-white" alt="GF Logo">
</a>
<h1 class="title">$title$</h1>
$if(subtitle)$