small change for logo problem sizing

This commit is contained in:
Arjun Patel
2019-02-20 17:15:33 -08:00
parent 7e30d64ba1
commit d31b2b35e4
+1 -1
View File
@@ -36,7 +36,7 @@
<div class="brand header-brand">
<h1 class="m-0">
<a href="#">
<img class="header-logo-image logo" src="dist/images/logo_white.png" alt="Logo">
<img class="logo header-logo-image" src="dist/images/logo_white.png" alt="Logo">
</a>
</h1>
</div>