From 74feb4216a08079581733451b8d68b4a38013e8f Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 15 Jan 2014 16:13:50 -0500 Subject: [PATCH] Make the footer only disappear on tiny screens --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index c9246cc19..d9c779b68 100644 --- a/templates/base.html +++ b/templates/base.html @@ -108,7 +108,7 @@ var isProd = document.location.hostname === 'quay.io';