Logo tweak

This commit is contained in:
Moris Zen
2018-08-30 14:33:47 +02:00
parent b638fb0574
commit 746ba23bd0
2 changed files with 2 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ class Header extends Component {
<div className="max-w-xs mr-8">
<img
src={LogoSaburlyWhite}
className="w-full saburly-logo"
className="saburly-logo"
alt="Saburly Logo"
/>
</div>

View File

@@ -132,6 +132,7 @@ body {
}
.saburly-logo {
max-height: 22px;
margin-bottom: -0.4rem;
}