From f4cbb506f7b8179a8e530bb3241553adda52427f Mon Sep 17 00:00:00 2001 From: Sean King Date: Fri, 5 Jun 2020 23:17:27 +0000 Subject: [PATCH] Fix mobile look of About pages --- app/styles/about.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/about.scss b/app/styles/about.scss index 76448e51c..f84578584 100644 --- a/app/styles/about.scss +++ b/app/styles/about.scss @@ -18,6 +18,8 @@ $small-breakpoint: 960px; margin: 40px 0; background: var(--foreground-color); border-radius: 6px; + + @media screen and (max-width: 520px) { margin: 40px 20px; } @media screen and (max-width: 767px) { margin-top: 0; @@ -707,8 +709,6 @@ $small-breakpoint: 960px; max-width: 600px; padding: 15px 30px; - @media screen and (max-width: 520px) { padding: 0; } - & > :first-child { margin-top: 0.5em; }