fix clickable area of logo

This commit is contained in:
Collin M. Barrett 2018-02-16 05:17:48 -06:00
parent 285112846c
commit db7f459e1e

View file

@ -9,7 +9,7 @@ export class Layout extends React.Component<ILayoutProps, {}> {
return <div className="container">
<div className="row">
<h1>
<a href="./">
<a href="./" style={{ display: "inline-block" }}>
<img src="logo_filterlists.png" alt="FilterLists" className="img-responsive"/>
</a>
</h1>