From 4a75b74d54363695735896ab5e2f4b62c898bdc0 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 2 Aug 2018 14:02:54 +0700 Subject: [Fix #6] Content title overlapped with top nav on mobile --- static/css/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/app.css b/static/css/app.css index e2f2ffd..b240013 100755 --- a/static/css/app.css +++ b/static/css/app.css @@ -411,6 +411,7 @@ a#run, a#kill { } #left-side { background: #e0ebf5; + padding-top: 120px; } #right-side { padding-top: 48px; -- cgit v1.3