Restrict header logo to 36px so it doesn't overflow.

This commit is contained in:
Connor Shea
2016-06-22 13:50:37 -06:00
parent cb0283d218
commit 2b1ee3f3d2
@@ -132,6 +132,11 @@ header {
transition-duration: .3s;
z-index: 999;
svg, img {
height: 36px;
width: 36px;
}
&:hover {
cursor: pointer;
}