[CSS] Fixed position: sticky which rendered mobile users unable to view main page features section.

This commit is contained in:
Eliseu Amaro 2021-08-18 20:10:09 +01:00 committed by Diogo Peralta Cordeiro
父節點 ff0370af35
當前提交 6e8c9c49c9
簽署人: diogo
GPG Key ID: 18D2D35001FBFAB0

查看文件

@ -111,11 +111,14 @@ header * {
height: 3rem !important;
width: 3rem !important;
}
.content,
.ribbon-wrapper,
.content-team {
padding: 2rem !important;
@media screen and (max-height: 1090px) {
.content,
.ribbon-wrapper,
.content-team {
position: relative !important;
}
}
}
/*