Skip to content

Commit

Permalink
Merge pull request #60 from solo-io/adb-header-img
Browse files Browse the repository at this point in the history
Updating header logo size
  • Loading branch information
artberger authored Sep 23, 2022
2 parents 5e17cad + da8177c commit 36c858b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions changelog/v0.0.22/docs-header-logo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
changelog:
- type: NON_USER_FACING
description: Update the header logo size and PNG so the font shows up in other browsers like Firefox.
issueLink: https://github.com/solo-io/gloo-mesh-enterprise/issues/5349
resolvesIssue: false
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
src="//js.hs-scripts.com/5130874.js"
></script>
<a id="logo" href="https://docs.solo.io/">
<img src="{{ .Site.Data.Solo.DocsVersion }}/images/platform-docs.svg" />
<img src="{{ .Site.Data.Solo.DocsVersion }}/images/platform-docs.png" />
</a>

<!--Tech Target script from marketing for EMEA research-->
Expand Down
4 changes: 2 additions & 2 deletions static/css/header.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
header .logo img {
width: 170px;
height: 40px;
width: 300px;
height: 33px;
}


Expand Down
Binary file added static/images/platform-docs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion static/theme-flex/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ header {
display: flex;
height: 3.5rem;
left: 0;
line-height: 3.5rem;
line-height: 1.5rem;
margin-bottom: 0.35rem;
padding: 0 2rem;
position: fixed;
Expand Down Expand Up @@ -111,6 +111,7 @@ header .logo * {
header .logo img {
width: 170px;
height: 40px;
margin-top: 0.5rem;
}

header nav.shortcuts {
Expand Down

0 comments on commit 36c858b

Please sign in to comment.