feat: allow user-defined overwriting of the logo size (#83)
parent
099305d7f2
commit
10203cd9a0
|
@ -8,7 +8,7 @@
|
|||
{{ end }}
|
||||
<a class="gdoc-header__link" href="{{ .Root.Site.BaseURL }}">
|
||||
<span class="gdoc-brand flex align-center">
|
||||
<img class="gdoc-brand__img" src="{{ (default "brand.svg" .Root.Site.Params.GeekdocLogo) | relURL }}" alt="" width=38 height=38>
|
||||
<img class="gdoc-brand__img" src="{{ (default "brand.svg" .Root.Site.Params.GeekdocLogo) | relURL }}" alt="">
|
||||
{{ .Root.Site.Title }}
|
||||
</span>
|
||||
</a>
|
||||
|
|
|
@ -117,6 +117,8 @@ img {
|
|||
|
||||
&__img {
|
||||
margin-right: $padding-16;
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue