Skip to content

Commit

Permalink
issue #8 - sombra no logo/menu
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgimenez committed Apr 24, 2019
1 parent 6297246 commit d91b2c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ header#masthead .csem-open-menu {
width: 64px;
height:64px;
margin-left: 15px;
box-shadow: -7px 6px 52px -3px rgba(0,0,0,0.30) !important;
transition:200ms ease all;
}
header#masthead .csem-open-menu:hover {
box-shadow: -7px 6px 52px -3px rgba(0,0,0,0.70) !important;
transition:200ms ease all;
}
header#masthead .csem-open-menu img {
width: 48px;
Expand Down

0 comments on commit d91b2c7

Please sign in to comment.