uneven pagetop

This commit is contained in:
Set Sakrecoer 2019-06-19 14:45:16 +02:00
parent c3edbbfbf1
commit fd4bef3699
4 changed files with 34 additions and 13 deletions

View file

@ -78,14 +78,11 @@ a:active {
display: flex;
width: 100%;
height: 100vh;
background-color: rgba(201, 246, 236, 0.3);
z-index: -10;
div {
align-self: flex-end ;
flex: 1 1 auto;
margin-left:5px;
margin-right: 5px;
margin-bottom: 3px;
padding: 0;
}
img {
@ -106,7 +103,8 @@ a:active {
width: 90vw;
margin-right: auto !important;
margin-bottom: 150px;
margin-bottom: 50px;
margin-left: 15px;
display: flex;
flex-wrap: wrap;
div {
@ -119,8 +117,7 @@ a:active {
}
#poster img {
margin-top: 5px;
margin-bottom: 15px;
margin: 0 0 50px 15px;
border-radius: 5px;
-moz-border-radius-topright: 9px;
-moz-border-radius-bottomright: 9px;
@ -142,8 +139,28 @@ canvas {
width:100%;
z-index: -3;
}
#flyer {
z-index: -2;
position: fixed;
top:0;
left: 0;
width: 100%;
height: 100%;
padding: 0;
margin: 0;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
#decoration {
position: absolute;
height: 50px;
width: 100%;
background: url(/assets/img/topbg.png) ;
}
#logo {
z-index: 1000;
}
/*
* Layout
*/
@ -162,7 +179,7 @@ canvas {
display: flex;
flex-wrap: wrap;
overflow-x: hidden;
background: rgba(255, 255, 255, 0.5) url('/assets/img/bg.png');
background:url('/assets/img/bg.png');
z-index: 10;
}