From fe2a14136b5978823ebd024141a00a236fedddd0 Mon Sep 17 00:00:00 2001 From: tauriedavis Date: Wed, 17 Jan 2018 14:16:07 -0800 Subject: Double padding for file-content wiki class on larger screens --- app/assets/stylesheets/framework/files.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss index 1e91db5af9b..d835d49d8b2 100644 --- a/app/assets/stylesheets/framework/files.scss +++ b/app/assets/stylesheets/framework/files.scss @@ -124,6 +124,10 @@ &.wiki { padding: $gl-padding; + + @media (min-width: $screen-md-min) { + padding: $gl-padding * 2; + } } &.blob-no-preview { -- cgit v1.2.3