fix: logo auto size

This commit is contained in:
Jean-Baptiste Pasquier 2020-01-16 20:50:20 +01:00
parent 2485e00aff
commit 9185793c04
No known key found for this signature in database
GPG Key ID: F2702E6D22ED4D62
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#logo
sib-link(next='members')
img(src=`${clientLogo || '/images/logo.png'}` width=111 height=32)
img(src=`${clientLogo || '/images/logo.png'}` style='height:32px')
//- #search-bar
//- input#search-input(type='search')

View File

@ -3,7 +3,7 @@ doctype html
html(lang="en")
head
meta(charset="UTF-8")
title HD App
title ${clientName || "Sib App"}
meta(name="viewport", content="width=device-width, initial-scale=1.0")
meta(http-equiv="X-UA-Compatible", content="ie=edge")
link(rel="icon" type="image/png" href="/images/favicon.png")