Skip to content

Instantly share code, notes, and snippets.

@jeremyboggs
Created February 11, 2015 15:00
Show Gist options
  • Save jeremyboggs/77f250e4fb90e6069f4e to your computer and use it in GitHub Desktop.
Save jeremyboggs/77f250e4fb90e6069f4e to your computer and use it in GitHub Desktop.
#sidebar #filterNav {
margin-left:0;
margin-bottom: 20px !important; /*This changes the space between the project nav and the project tiles.*/
padding-left:0;
background-color: #DDCAAA; /*this is the color of the project navigation bar*/
text-align: center;
list-style: none;
line-height: 3;
max-width: 970px;
}
#sidebar #filterNav li {
display: inline-block;
margin: 0 5px;
}
#sidebar #filterNav a,
#sidebar #filterNav a:visited {
color: white;
}
.portfolio #content.threeFourth,
.portfolio #projects,
.tax-portfolio .thumbs {
width: 1000px;
float:none;
}
.portfolio #sidebar {
float:none;
width: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment