Fix logo sizing

This commit is contained in:
Matt-Yorkley
2017-06-06 13:59:42 +01:00
parent 18c7b03f3d
commit ba27d63f9c

View File

@@ -117,6 +117,11 @@ nav {
padding: 9px 0 0 9px;
}
.top-bar .ofn-logo img {
height: 51px;
width: auto;
}
.left-off-canvas-menu {
background-color: white;
}