Skip to content

Commit

Permalink
Added logo change for blog site
Browse files Browse the repository at this point in the history
Currently on blog site logo is not being changed when a page is scrolled down and therefore disappears. This fixes it
  • Loading branch information
DavidZisky committed Sep 23, 2019
1 parent 513199d commit fbb4648
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/sass/_base.sass
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ header
background-size: contain
background-position: center center
background-repeat: no-repeat

#blog
&.flip-nav, &.open-nav
.logo
background-image: url(../images/nav_logo2.svg)


// Blog post tables
Expand Down

0 comments on commit fbb4648

Please sign in to comment.