From 5f179baf6009ca13488bf91afc7985adc0448c2e Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Wed, 31 Dec 2014 10:41:40 -0600 Subject: [PATCH] Adjusted look of tasks on mobile devices --- public/css/index.styl | 4 +++- public/css/shared.styl | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/index.styl b/public/css/index.styl index 998fcad48e..d7e50fb345 100644 --- a/public/css/index.styl +++ b/public/css/index.styl @@ -60,6 +60,8 @@ html, body @media (max-width: 600px) #wrap margin-top: 0 + padding: 0 4px; + overflow-x: hidden; /* Gems -------------------------------------------------- */ @@ -180,4 +182,4 @@ a.label .white, .white a color: #fff !important .line-through - text-decoration line-through \ No newline at end of file + text-decoration line-through diff --git a/public/css/shared.styl b/public/css/shared.styl index 71e7f9f48a..d05ebcbb95 100644 --- a/public/css/shared.styl +++ b/public/css/shared.styl @@ -48,5 +48,3 @@ a.hint:hover .tasks-lists .row .col-md-3 padding-right: 0 padding-left: 0 - .task-column - padding: 0