reduce logo size

ref #853
This commit is contained in:
Collin M. Barrett 2019-07-28 13:09:10 -05:00
parent 0bab265299
commit c05f298559

View file

@ -19,7 +19,7 @@ const Header = () =>
<header className="row">
<h1>
<a href="./">
<img src="logo_filterlists.png" alt="FilterLists" className="img-fluid" />
<img src="logo_filterlists.png" alt="FilterLists" className="img-fluid" style={{ maxWidth: "60%" }}/>
</a>
</h1>
</header>;