css
This commit is contained in:
parent
42ed41d524
commit
2ba2192cbd
|
@ -1433,6 +1433,9 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
|
|||
padding-top: 4rem;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
#home article.node-type-static {
|
||||
padding-top: 4rem;
|
||||
}
|
||||
#home article.node-type-static .field_title {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
padding-bottom: 2rem;
|
||||
}
|
||||
article.node-type-static{
|
||||
padding-top: 4rem;
|
||||
.field_title{
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue