Commit 2b1ee3f3 authored by Connor Shea's avatar Connor Shea

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

parent cb0283d2
......@@ -132,6 +132,11 @@ header {
transition-duration: .3s;
z-index: 999;
svg, img {
height: 36px;
width: 36px;
}
&:hover {
cursor: pointer;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment