summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 19:24:40 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 19:24:40 -0500
commit2bb14e9df60e581a184fd6d79af6f1412b16a811 (patch)
tree24d43d1a6761a2e10c618c2749cee729291a184d
parentd197b659ea9c9d284086686555c1227116c9c4b1 (diff)
improve footer
-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 {