fix: styles for certs until redirect fixed (#37885)
* remove extra styling Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
committed by
Ahmad Abdolsaheb
parent
f6c2edcf19
commit
075bfb38ff
@ -230,3 +230,32 @@
|
||||
font-size: 28px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 675px) {
|
||||
.certification-namespaces.issue-date {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.certification-namespace header {
|
||||
height: 190px;
|
||||
}
|
||||
|
||||
.certification-namespace h3 {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.certification-namespace h1 {
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.certification-namespace h4 {
|
||||
font-size: 15px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.certificate-outer-wrapper {
|
||||
margin-top: calc(-1 * var(--header-height));
|
||||
background-color: #fff;
|
||||
}
|
||||
|
Reference in New Issue
Block a user