css actu
This commit is contained in:
parent
5af7fa258d
commit
0c535e03a5
|
@ -2695,7 +2695,7 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
|
|||
}
|
||||
|
||||
#page-node .content_container {
|
||||
width: 60%;
|
||||
width: 50%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: auto;
|
||||
|
@ -2759,6 +2759,10 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
|
|||
#page-node .content_container .node-type-actualite .field_body p {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
#page-node .content_container .node-type-actualite .field_field_images img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.node-type-site .layout-content {
|
||||
margin-top: 3rem;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#page-node{
|
||||
.content_container{
|
||||
|
||||
width: 60%;
|
||||
width: 50%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: auto;
|
||||
|
@ -66,6 +66,14 @@
|
|||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
|
||||
.field_field_images{
|
||||
img{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue