actu mobile
This commit is contained in:
@@ -102,6 +102,9 @@
|
||||
width: 100%;
|
||||
max-height: 400px;
|
||||
object-fit: contain;
|
||||
@media (max-width: 568px){
|
||||
max-width: 100vw;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -174,6 +177,9 @@
|
||||
}
|
||||
.layout__region--second{
|
||||
flex: 0 1 50%;
|
||||
@media (max-width: 568px){
|
||||
width: 80%;
|
||||
}
|
||||
.block-region-second{
|
||||
width: 90%;
|
||||
@media (max-width:810px) {
|
||||
@@ -250,6 +256,9 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
@media (max-width: 568px){
|
||||
flex-direction: column;
|
||||
}
|
||||
.paragraph--type--partenaire{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -301,6 +310,9 @@
|
||||
width: max-content;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
@media (max-width: 568px){
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
span:nth-of-type(2){
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user