Skip to content

Commit

Permalink
Remove inset shadow from masthead hero
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaburgan committed Mar 31, 2018
1 parent 815d0b0 commit 5463a45
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/assets/stylesheets/main.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ nav.navbar-fixed-top {

#masthead {
background-color: #fcfcfc;
border-bottom: 1px solid #999;
box-shadow: inset 0 -1px 5px rgba(0, 0, 0, 0.5);
border-bottom: 1px solid #ddd;
padding-bottom: 15px;
padding-top: 10px;
position: relative;
Expand All @@ -53,7 +52,7 @@ nav.navbar-fixed-top {
font-size: 54px;
line-height: 1.3;
margin-bottom: 0;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8), 0 0 10px white;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8), 0 0 10px white;
}

h2 {
Expand Down

0 comments on commit 5463a45

Please sign in to comment.