fix: Remove non-functional css

This commit is contained in:
Oliver Eyton-Williams
2019-07-05 15:26:55 +02:00
committed by mrugesh
parent 6a2974e55e
commit b038af4925

View File

@ -116,16 +116,6 @@
background-color: #efefef; 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*/ /*mobile media queries*/
@media screen and (max-width: 992px) { @media screen and (max-width: 992px) {
.certification-namespace header { .certification-namespace header {