fix(client): add margin to certs (#38921)
This commit is contained in:
@ -7,9 +7,11 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.certification-namespace h1 {
|
.certification-namespace h1 {
|
||||||
margin: 12px 0;
|
margin: 12px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.certification-namespace.container {
|
.certification-namespace.container {
|
||||||
max-width: 1500px;
|
max-width: 1500px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -36,10 +38,11 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
padding: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.certificate-outer-wrapper .donation-section {
|
.certificate-outer-wrapper .donation-section {
|
||||||
padding: 20px 0px;
|
padding-bottom: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.certificate-outer-wrapper .donation-section hr {
|
.certificate-outer-wrapper .donation-section hr {
|
||||||
@ -103,7 +106,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.certification-namespace .information {
|
.certification-namespace .information {
|
||||||
margin-top: -20px;
|
|
||||||
height: 380px;
|
height: 380px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: var(--gray-05);
|
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) {
|
@media screen and (max-width: 992px) {
|
||||||
.certification-namespace header {
|
.certification-namespace header {
|
||||||
height: 160px;
|
height: 160px;
|
||||||
|
Reference in New Issue
Block a user