update fairwinds logo (#179)

This commit is contained in:
Bobby Brennan
2019-07-25 08:52:57 -04:00
committed by GitHub
parent 7f42841572
commit edccf88ccd
3 changed files with 3 additions and 13 deletions

View File

@@ -22,20 +22,11 @@ body {
}
.navbar .logo {
width: 250px;
}
.navbar span.oss-text {
color: #23103A;
display: block;
font-size: 11px;
margin-bottom: 3px;
padding-left: 66px;
margin-bottom: -8px;
height: 80px;
}
.navbar .fw-logo {
height: 50px;
height: 64px;
}
.navbar a {

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -6,8 +6,7 @@
</a>
<div class="navbar-right">
<a href="https://fairwinds.com?source=polaris" target="_blank">
<span class="oss-text">An Open Source Project By</span>
<img class="fw-logo" src="static/images/fw-logo.svg" alt="Fairwinds" />
<img class="fw-logo" src="static/images/oss-logo.png" alt="Fairwinds" />
</a>
</div>
</div>