From 4162f2ad5c869b07fb24aec5228306226bfd2e1d Mon Sep 17 00:00:00 2001 From: Lesley Norton Date: Wed, 15 Aug 2018 14:33:08 -0500 Subject: [PATCH] + lint ... --- public/css/app.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index 8ae78289f..6b3afdcc4 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -990,7 +990,7 @@ span.breach-info { .social-media-sharing-buttons img { min-width: 20px; - max-width:20px; + max-width: 20px; } /* PLACEHOLDER @@ -1079,7 +1079,6 @@ footer .two-thirds { /* // PLACEHOLDER media screens */ @media screen and (max-width: 1000px) { - main .section-wrapper { padding: 0 0 0 0; } @@ -1171,7 +1170,6 @@ footer .two-thirds { } @media screen and (max-width: 786px) { - header #sign-up-button-group { display: none; } @@ -1212,7 +1210,6 @@ footer .two-thirds { } @media screen and (max-width: 480px) { - body { padding-bottom: 30vh; } @@ -1247,9 +1244,9 @@ footer .two-thirds { } @media screen and (max-width: 375px) { - body { --gap: 15px; + padding-bottom: 60vh; }