Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
header styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Fredrickson committed Mar 20, 2015
1 parent 43bd0dc commit b565520
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion css/global.css
Expand Up @@ -2,11 +2,23 @@ html {
position: relative;
min-height: 100%;
}

body {
padding-top: 80px; /* Padding top is navbar height */
margin-bottom: 60px; /* Margin bottom is footer height */
}

h1 {
font-family: 'Signika', sans-serif;
font-size: 3em;
color: #0092ce;
}

h2 {
font-family: 'Signika', sans-serif;
font-size: 2.5em;
}

.navbar-fixed-top {
min-height: 80px;
}
Expand Down Expand Up @@ -55,7 +67,6 @@ img.brand {
}

#stage h1 {
font-family: 'Signika', sans-serif;
font-size: 4em;
color: white;
text-shadow: 4px 4px 8px black, -4px -4px 8px black, 4px -4px 8px black, -4px 4px 8px black;
Expand Down

0 comments on commit b565520

Please sign in to comment.