diff --git a/making/index.md b/making/index.md index 9b36c2d..bc74a29 100644 --- a/making/index.md +++ b/making/index.md @@ -2,4 +2,5 @@ physically programmable space, at [recurse center](recurse.com) +# projects {{ index making }} diff --git a/style.css b/style.css index 29bce15..9b30e20 100644 --- a/style.css +++ b/style.css @@ -57,7 +57,7 @@ main { flex: 1 } /* used mostly by .zs/index, should maybe class it? */ ul { padding-left: 0 } -ul li { +#post-index + ul li, #projects + ul li { display: flex; align-items: baseline;