Skip to content

Commit

Permalink
fix headlines in #masthead
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Schubert committed Dec 12, 2014
1 parent 141c575 commit 266cb1d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/assets/stylesheets/main.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ nav.navbar-fixed-top {
background-image: -o-radial-gradient(50% 50%, circle cover, #fcfcfc, #e6e6e6 100%);
background-image: -ms-radial-gradient(50% 50%, circle cover, #fcfcfc, #e6e6e6 100%);
background-image: radial-gradient(50% 50%, circle cover, #fcfcfc, #e6e6e6 100%);

h2 {
color: #347caa;
font-size: 1.7em;
font-weight: normal;
margin-top: 5px;
text-align: center;
}
}
}

Expand Down

0 comments on commit 266cb1d

Please sign in to comment.