summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.org1
-rw-r--r--src/main.scss9
2 files changed, 7 insertions, 3 deletions
diff --git a/TODO.org b/TODO.org
index 7855b7c..7257313 100644
--- a/TODO.org
+++ b/TODO.org
@@ -8,6 +8,5 @@
- alignment (justify)
- external link (and wiki-style icon!)
- move breadcrumbs
-- single-space footer (and possible box)
* wish
- case insenstive URLs
diff --git a/src/main.scss b/src/main.scss
index 552fde2..80fbe6e 100644
--- a/src/main.scss
+++ b/src/main.scss
@@ -105,8 +105,13 @@ article {
}
footer {
- margin: 0 2em;
- font-size: smaller;
+ max-width: 6.5in;
+ margin: 0 auto;
+ padding: 1em 0;
+ font-size: 60%;
+ p {
+ margin: 0;
+ }
}
body.index {