[CSS] Fixed position: sticky which rendered mobile users unable to view main page features section.
This commit is contained in:
parent
ff0370af35
commit
6e8c9c49c9
@ -111,13 +111,16 @@ header * {
|
|||||||
height: 3rem !important;
|
height: 3rem !important;
|
||||||
width: 3rem !important;
|
width: 3rem !important;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-height: 1090px) {
|
||||||
.content,
|
.content,
|
||||||
.ribbon-wrapper,
|
.ribbon-wrapper,
|
||||||
.content-team {
|
.content-team {
|
||||||
padding: 2rem !important;
|
position: relative !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* -- BODY --
|
* -- BODY --
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user