Skip to content

Instantly share code, notes, and snippets.

@Skoua
Created February 9, 2014 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Skoua/8905934 to your computer and use it in GitHub Desktop.
Save Skoua/8905934 to your computer and use it in GitHub Desktop.
#bottomband{
position:relative;
width: 100%;
padding: 2em 0;
font-size: .8em;
background: $marron_gris;
footer {
display: table;
width: 1000px;
margin: 0 auto;
color: #fff;
& > div {
display: table-cell;
vertical-align: top;
}
}
p {
margin: 0 0 .5em;
&:last-child {
margin: 0;
}
}
a {
color: #fff;
text-decoration: none;
&:hover {
color: $bleu_gris;
}
}
.info {
padding: 0 2em 0 0;
&:last-child {
padding: 0;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment