fix bugs responsive
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user