From 54198b5560f014aca350fcf540234e6695d3007e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 18 Mar 2015 09:58:09 -0700 Subject: [PATCH] Fix footer alignment on mobile #74 --- templates/default-layout.lucius | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index b4e4925..af88ecb 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -49,6 +49,7 @@ code,pre { color: #fff; position: absolute; bottom: 0; + left: 0; width: 100%; height: 4em; line-height: 2em;