Skip to content

Commit

Permalink
Expose banner logo on homepage, as it is, already, on secondary pages
Browse files Browse the repository at this point in the history
  • Loading branch information
davebarnes97 committed Sep 6, 2019
1 parent 1a08528 commit 2295856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/content/css/geode-site.css
Expand Up @@ -1345,7 +1345,7 @@ h2.icns-tools:before{
/* Tablets and up */
@media screen and (min-width: 768px) {
header.secondary #home-logo { opacity: 1; }
#home-logo { opacity: 0; height: 40px;}
#home-logo { opacity: 1; height: 40px;}
.bf-header {
font-size: 21px;
text-align: left;
Expand Down
2 changes: 1 addition & 1 deletion website/content/js/usergrid-site.js
Expand Up @@ -29,7 +29,7 @@ function setHeaderForScroll(scrollTop) {
blue = Math.floor(166 - (166-94) * percent);
blur = Math.floor(2 * percent);
} else {
opacity = 0;
opacity = 1; // set to 0 to hide logo
red = 36;
green = 129;
blue = 166;
Expand Down

0 comments on commit 2295856

Please sign in to comment.