Rearrange layouts

This commit is contained in:
Ben Ramey
2014-04-08 19:49:06 -05:00
parent d5ac63762b
commit ce935f6a1e
5 changed files with 18 additions and 42 deletions

View File

@@ -1,6 +1,9 @@
nav a {
color: #fff;
&:hover {
color: #999;
nav {
margin-bottom: 20px;
a {
color: #fff;
&:hover {
color: #999;
}
}
}