fix bug chevauchement page actu

This commit is contained in:
2022-01-06 11:09:02 +01:00
parent dcf9cb3de4
commit 54c2412483
2 changed files with 112 additions and 115 deletions
@@ -6,9 +6,11 @@
.layout__region--top{
// grid-row: 1 / span 2;
background-color: $background-actus;
height: 40vh;
// background-color: $background-actus;
// height: 40vh;
background: linear-gradient(to bottom, $background-actus 60%, white 40%);
padding-right: 1rem;
padding-bottom: 4rem;
.block-region-top{
// position: relative;
display: grid;
@@ -66,7 +68,7 @@
}
}
.layout__region--first{
margin-top: 18rem;
// margin-top: 18rem;
.block-region-first{
display: flex;
@@ -102,7 +104,7 @@
.layout__region--second{
// grid-row: 3;
flex: 0 1 50%;
margin-top: 18rem;
// margin-top: 18rem;
.block-region-second{
width: 90%;
.block-entity-fieldnodebody{
@@ -159,7 +161,7 @@
.layout__region--third{
// grid-row: 4;
margin-top: 18rem;
// margin-top: 18rem;
.block-region-third{
display: flex;
flex-direction: column;