Skip to content

Instantly share code, notes, and snippets.

@rwboyer
Created September 1, 2012 19:10
Show Gist options
  • Select an option

  • Save rwboyer/3583716 to your computer and use it in GitHub Desktop.

Select an option

Save rwboyer/3583716 to your computer and use it in GitHub Desktop.
#header{
//@include push(4);
@include column(12,collapse);
background-color: rgba(255,255,255, 0.6);
position: fixed;
z-index: 999;
h1, h2, h3, h4, h5, h6{
display: inline;
}
h1{
color: $highlightcolor;
}
img{
margin-top: 1em;
margin-bottom: 2em;
}
}
#nav-block{
display: inline-block;
padding-left: 2em;
vertical-align: middle;
//float: right;
}
#nav{
a, ul, li{
display: inline;
}
li{
font-size: ms(1);
padding-left: 1em;
text-transform: uppercase;
a{
color: $headerFontColor;
&:hover{
color: $highlightcolor;
//text-decoration: underline;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment