Skip to content

Instantly share code, notes, and snippets.

@slothelle
Created December 23, 2014 20:14
Show Gist options
  • Save slothelle/d24c8d3e57c472233aaf to your computer and use it in GitHub Desktop.
Save slothelle/d24c8d3e57c472233aaf to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
$leftSpacing: 0px;
$topSpacing: 50px;
#icons {
clear: both;
text-align: center;
width: 100%;
margin-top: $topSpacing;
ul {
margin: $leftSpacing auto;
padding-left: $leftSpacing;
li {
margin-left: $leftSpacing;
padding-left: $leftSpacing;
display: inline;
list-style: none;
}
}
}
#icons {
clear: both;
text-align: center;
width: 100%;
margin-top: 50px;
}
#icons ul {
margin: 0px auto;
padding-left: 0px;
}
#icons ul li {
margin-left: 0px;
padding-left: 0px;
display: inline;
list-style: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment