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 {
|
#page-node .content_container {
|
||||||
width: 60%;
|
width: 50%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: auto;
|
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 {
|
#page-node .content_container .node-type-actualite .field_body p {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
|
#page-node .content_container .node-type-actualite .field_field_images img {
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.node-type-site .layout-content {
|
.node-type-site .layout-content {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#page-node{
|
#page-node{
|
||||||
.content_container{
|
.content_container{
|
||||||
|
|
||||||
width: 60%;
|
width: 50%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
@ -66,6 +66,14 @@
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.field_field_images{
|
||||||
|
img{
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue