Fix z-index on parallax pages

This commit is contained in:
Patrick Jentsch 2020-11-02 09:31:24 +01:00
parent e36d633771
commit 917005afa7

View File

@ -7,6 +7,10 @@ main {
margin-top: 48px;
}
.parallax-container .parallax {
z-index: auto;
}
/* add custom bold class */
.bold {
font-weight: bold;