fix: Remove non-functional css
This commit is contained in:
committed by
mrugesh
parent
6a2974e55e
commit
b038af4925
@ -116,16 +116,6 @@
|
||||
background-color: #efefef;
|
||||
}
|
||||
|
||||
/*adds vertical alignment when the height is bigger than required to display everything*/
|
||||
@media screen and (min-height: 700px) {
|
||||
.certification-namespace body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
}
|
||||
}
|
||||
|
||||
/*mobile media queries*/
|
||||
@media screen and (max-width: 992px) {
|
||||
.certification-namespace header {
|
||||
|
Reference in New Issue
Block a user