diff options
| author | Shulhan <ms@kilabit.info> | 2018-08-02 14:02:54 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-01-25 14:13:01 +0700 |
| commit | 4a75b74d54363695735896ab5e2f4b62c898bdc0 (patch) | |
| tree | d71e8dd2b4cd3f6cef04d34096d6cb2a4c7658f6 | |
| parent | f4f8733c395085c81fcb97d9aec7e293f191de9e (diff) | |
| download | golang-id-tour-4a75b74d54363695735896ab5e2f4b62c898bdc0.tar.xz | |
[Fix #6] Content title overlapped with top nav on mobile
| -rwxr-xr-x | static/css/app.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
