From e3ceb2dc2ef503b164a520d7c5b73836d343b40c Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Mon, 21 Oct 2019 18:48:49 -0700 Subject: [PATCH] Fix formatting of footer --- src/index.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.styl b/src/index.styl index 028639a..1b5984a 100644 --- a/src/index.styl +++ b/src/index.styl @@ -89,6 +89,10 @@ small { .byline { padding: 0 10px; } + + @media (max-width: 600px) { + position: relative + } } .page {