From e040d64e4e8cb895545e9ef2ff6fdf0d52a9e119 Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Thu, 28 May 2020 02:10:07 -0500 Subject: [PATCH] fix(client): add margin to certs (#38921) --- client/src/pages/certification.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/client/src/pages/certification.css b/client/src/pages/certification.css index 657d2f4e83..fd53d573b3 100644 --- a/client/src/pages/certification.css +++ b/client/src/pages/certification.css @@ -7,9 +7,11 @@ margin: 0; padding: 0; } + .certification-namespace h1 { margin: 12px 0; } + .certification-namespace.container { max-width: 1500px; width: 100%; @@ -36,10 +38,11 @@ align-items: center; min-height: 100vh; flex-direction: column; + padding: 50px; } .certificate-outer-wrapper .donation-section { - padding: 20px 0px; + padding-bottom: 100px; } .certificate-outer-wrapper .donation-section hr { @@ -103,7 +106,6 @@ } .certification-namespace .information { - margin-top: -20px; height: 380px; text-align: center; background-color: var(--gray-05); @@ -185,12 +187,6 @@ } } -@media (max-width: 767px) { - .certificate-outer-wrapper .donation-section { - padding: 20px 20px; - } -} - @media screen and (max-width: 992px) { .certification-namespace header { height: 160px;