css static
This commit is contained in:
parent
ddfd410808
commit
5cd9a42989
|
@ -746,22 +746,23 @@ aside {
|
||||||
cursor: url(/img/layout/backgrounds/zoom.cur), -moz-zoom-out;
|
cursor: url(/img/layout/backgrounds/zoom.cur), -moz-zoom-out;
|
||||||
overflow-x: scroll; }
|
overflow-x: scroll; }
|
||||||
|
|
||||||
.node-type-static .layout-content .content_container #block-quartiers-de-demain-titredepage {
|
.node-type-static .layout-content {
|
||||||
grid-column: 3 /span 9;
|
grid-row: 1; }
|
||||||
grid-row: 1;
|
.node-type-static .layout-content .content_container #block-quartiers-de-demain-titredepage {
|
||||||
margin-top: 3rem; }
|
grid-column: 3 /span 9;
|
||||||
.node-type-static .layout-content .content_container #block-quartiers-de-demain-titredepage h1 {
|
grid-row: 1;
|
||||||
text-transform: uppercase;
|
margin-top: 3rem; }
|
||||||
color: #f7002b;
|
.node-type-static .layout-content .content_container #block-quartiers-de-demain-titredepage h1 {
|
||||||
font-size: 1.6rem;
|
text-transform: uppercase;
|
||||||
font-weight: 300; }
|
color: #f7002b;
|
||||||
|
font-size: 1.6rem;
|
||||||
.node-type-static .layout-content .content_container article.node-type-static {
|
font-weight: 300; }
|
||||||
grid-column: 3 /span 9;
|
.node-type-static .layout-content .content_container article.node-type-static {
|
||||||
grid-row: 2; }
|
grid-column: 3 /span 9;
|
||||||
.node-type-static .layout-content .content_container article.node-type-static div.field_body h2 {
|
grid-row: 2; }
|
||||||
font-size: 0.8rem;
|
.node-type-static .layout-content .content_container article.node-type-static div.field_body h2 {
|
||||||
font-weight: 600;
|
font-size: 0.8rem;
|
||||||
margin-bottom: 0; }
|
font-weight: 600;
|
||||||
.node-type-static .layout-content .content_container article.node-type-static div.field_body p {
|
margin-bottom: 0; }
|
||||||
margin-top: 0; }
|
.node-type-static .layout-content .content_container article.node-type-static div.field_body p {
|
||||||
|
margin-top: 0; }
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
.node-type-static{
|
.node-type-static{
|
||||||
.layout-content{
|
.layout-content{
|
||||||
// grid-column: 1 / span 12;
|
// grid-column: 1 / span 12;
|
||||||
|
grid-row: 1;
|
||||||
.content_container{
|
.content_container{
|
||||||
|
|
||||||
#block-quartiers-de-demain-titredepage{
|
#block-quartiers-de-demain-titredepage{
|
||||||
|
@ -34,3 +35,4 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
{{ page.help }}
|
{{ page.help }}
|
||||||
|
|
||||||
<main role="main" id="home">
|
<main role="main" id="home">
|
||||||
<a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}
|
{# <a id="main-content" tabindex="-1"></a>link is in html.html.twig #}
|
||||||
|
|
||||||
<div class="layout-content">
|
<div class="layout-content">
|
||||||
{{ page.content }}
|
{{ page.content }}
|
||||||
|
|
Loading…
Reference in New Issue