From c8e65b739d2f42d5d3f146b2cda4730c38461401 Mon Sep 17 00:00:00 2001 From: Kasper Christensen Date: Tue, 31 Jul 2018 13:43:39 +0200 Subject: [PATCH] Update bornhack.css Made content under "Add to order" in shop items visible on iphone. --- src/static_src/css/bornhack.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static_src/css/bornhack.css b/src/static_src/css/bornhack.css index a5797eaa..20313a2a 100644 --- a/src/static_src/css/bornhack.css +++ b/src/static_src/css/bornhack.css @@ -1,6 +1,6 @@ body { margin-top: 85px; - margin-bottom: 35px; + margin-bottom: 65px; overflow: scroll; }