fix: logo auto size
This commit is contained in:
		@ -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')
 | 
			
		||||
 | 
			
		||||
@ -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")
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user