fix bugs responsive

This commit is contained in:
2023-07-14 12:09:36 +02:00
parent 85d3ef3a0e
commit b57bcf835d
6 changed files with 276 additions and 105 deletions
@@ -119,6 +119,9 @@
.layout__region--first{ // menu ancres a gauche
margin-top: 3rem;
position: relative;
@media (max-width: 810px){
display: none;
}
.block-region-first{
display: flex;
justify-content: flex-end;
@@ -189,7 +192,10 @@
.block-region-third{
display: flex;
flex-direction: column;
width: 70%;
width: 70%;
@media (max-width: 810px){
width: 100%;
}
.block-entity-fieldnodefield-fichiers{
height: fit-content;
border: 2px solid $blue-light;
@@ -277,20 +283,9 @@
height: fit-content;
margin-bottom: 1rem;
background-color: $white;
// &:first-of-type{
// border-top: 1px solid $blue-light;
// padding-top: 1rem;
// &::after{
// content: url("../images/pictos/noun_Arrow_3771902.svg");
// align-self: flex-end;
// }
// }
display: flex;
flex-direction: column;
// &::after{
// content: url("../images/pictos/noun_Arrow_3771902.svg");
// align-self: flex-end;
// }
div{
display: flex;
flex-direction: column;