Changing sidebar to deeplinks

Fixed up navigation, collection contents are now output on one page. CSS cleanup
This commit is contained in:
Tetsuro
2015-08-26 19:07:51 -04:00
parent d9b2d50045
commit 6028ddb189
12 changed files with 64 additions and 81 deletions
+1 -2
View File
@@ -82,12 +82,11 @@ a {
}
h1 {
font-size: 2em;
font-size: 2.5em;
}
h2 {
font-size: 2em;
text-decoration: underline;
}
h3 {
+1 -1
View File
@@ -12,7 +12,7 @@ $wrapper-width: 800px;
width: 100%;
}
.content__wrapper {
.content__list {
max-width: $wrapper-width;
margin: 0 auto;
padding: 0 $spacing-unit;
+4
View File
@@ -8,3 +8,7 @@ td {
p {
line-height: 1.8;
}
.content__item {
margin-bottom: $spacing-unit * 2;
}