fix(client): add margin to certs (#38921)

This commit is contained in:
Tom
2020-05-28 02:10:07 -05:00
committed by GitHub
parent 3b65bc8191
commit e040d64e4e

View File

@ -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;