From 160d61d7374cf237ee1f05097c3250745f911ce5 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Fri, 9 Sep 2016 14:54:48 +0100 Subject: [PATCH] Fix footer links on small mobile devices --- assets/style.css | 12 ++++++++++++ views/index.html | 9 +++++---- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/assets/style.css b/assets/style.css index 2b84f13..e6b0a35 100644 --- a/assets/style.css +++ b/assets/style.css @@ -399,6 +399,18 @@ footer { td:not(:first-child):before { min-width: 6em; } + + /* List footer links */ + footer .wrapper > a { + display: block; + margin-bottom: 0.2em; + } + footer .divider { + display: none; + } + .me { + float: none; + } } /* Icons */ diff --git a/views/index.html b/views/index.html index ef824b2..9026153 100644 --- a/views/index.html +++ b/views/index.html @@ -27,12 +27,13 @@