page home modul central + page static (insertion motif)

This commit is contained in:
armansansd
2021-07-03 18:00:59 +02:00
parent b4879eac39
commit e1e19caead
13 changed files with 864 additions and 33 deletions

View File

@@ -30,4 +30,17 @@ article, .paragraph{
font-size: $font-big;
padding: .3rem .5rem;
}
}
.page-node-type-static{
.layout__region--top{
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 40vh;
background: $trame;
box-shadow: inset 0 -5rem 8rem white;
z-index: -1;
}
}