responsive actu

This commit is contained in:
2024-10-10 09:53:43 +02:00
parent 1cd8a5f87c
commit 4a98e978fd
2 changed files with 20 additions and 14 deletions
@@ -116,13 +116,14 @@
}
}
@media (max-width: 900px){
grid-column: 3 /span 5;
}
@media (max-width: 568px){
grid-column: 1 /span 8;
}
@media (max-width: 499px){
grid-column: 1 /span 8;
}
blockquote{
font-size: 0.8rem;
text-align: center;
@@ -186,13 +187,15 @@
}
.layout__region--second{
flex: 0 1 50%;
@media (max-width: 568px){
width: 80%;
@media (max-width: 900px){
width: 100vw;
}
.block-region-second{
width: 90%;
@media (max-width:810px) {
width: 100%;
@media (max-width:900px) {
width: 90%;
margin: auto;
}
.block-entity-fieldnodebody{
@@ -270,6 +273,7 @@
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
@media (max-width: 568px){
flex-direction: column;
}