another attempt

This commit is contained in:
Arjun Patel
2019-02-20 17:19:29 -08:00
parent d11c28c959
commit dcebffaa85
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
<div class="brand header-brand"> <div class="brand header-brand">
<h1 class="m-0"> <h1 class="m-0">
<a href="#"> <a href="#">
<img class="logo" src="dist/images/logo_white.png" alt="Logo"> <img class="logo-header" src="dist/images/logo_white.png" alt="Logo">
</a> </a>
</h1> </h1>
</div> </div>
+1 -1
View File
@@ -1,4 +1,4 @@
.logo { .logo-header {
height: 60px; height: 60px;
width: 60px width: 60px
} }