From 1c49d56b194e7bfc66daffdca03ba9a1d5a0245e Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 28 Apr 2019 12:21:18 +0100 Subject: [PATCH] Fix whitespace for contributor stats on mobile --- app/styles/app.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/styles/app.scss b/app/styles/app.scss index 892d61c..e33191c 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -54,9 +54,6 @@ section { span.number { font-weight: 600; } - @include media-max(small) { - padding-top: 2rem; - } } } }