Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #190 from hongwei1/bugfix/LogoBelow760px
bugfix/tweaked the logo for the below 760px width
  • Loading branch information
simonredfern committed Jul 26, 2022
2 parents d727753 + 9fb1749 commit 5d579de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/templates-hidden/default.html
Expand Up @@ -64,7 +64,7 @@
<div id="small-nav-collapse" onclick="openNav()"></div>
<div class="logo-box" id="logo-left">
<a href="/" aria-label="Home Page" id="left-logo" data-lift="WebUI.headerLogoLeft"><img src="" height="33px" alt="left logo image"></a>
<a href="/" aria-label="Home Page" id="left-logo-small-screen"><img src="/media/images/logo.png" alt="right logo image"></a>
<a href="/" aria-label="Home Page" id="left-logo-small-screen" data-lift="WebUI.headerLogoLeft"><img src="/media/images/logo.png" alt="right logo image"></a>
</div>

<!-- <div class="site-title-box" id="site-title-text">-->
Expand Down

0 comments on commit 5d579de

Please sign in to comment.