theme: added JFDIC logo to masthead

This commit is contained in:
Fiscal Velvet Poet 2021-11-04 10:33:05 +10:00
parent 77466020a2
commit d252cd6e63
Signed by: fiscalvelvetpoet
GPG key ID: D8EBFD58B023BD47
2 changed files with 7 additions and 0 deletions

View file

@ -81,6 +81,12 @@ h1, h2, h3, h4, h5, h6 {
.masthead-title a { .masthead-title a {
color: #505050; color: #505050;
} }
.masthead-title img {
max-width: 10%;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.masthead-title small { .masthead-title small {
font-size: 75%; font-size: 75%;
font-weight: 400; font-weight: 400;

View file

@ -13,6 +13,7 @@
<div class="masthead"> <div class="masthead">
<div class="container"> <div class="container">
<h3 class="masthead-title"> <h3 class="masthead-title">
<img src="$baseurl$/images/jfdic-logo.png" class=logo style="display: inline;"/>
<a href="$baseurl$" title="Home">$site-title$</a> <a href="$baseurl$" title="Home">$site-title$</a>
<small>$tagline$</small> <small>$tagline$</small>
</h3> </h3>