css static
This commit is contained in:
parent
ddfd410808
commit
5cd9a42989
|
@ -746,6 +746,8 @@ aside {
|
|||
cursor: url(/img/layout/backgrounds/zoom.cur), -moz-zoom-out;
|
||||
overflow-x: scroll; }
|
||||
|
||||
.node-type-static .layout-content {
|
||||
grid-row: 1; }
|
||||
.node-type-static .layout-content .content_container #block-quartiers-de-demain-titredepage {
|
||||
grid-column: 3 /span 9;
|
||||
grid-row: 1;
|
||||
|
@ -755,7 +757,6 @@ aside {
|
|||
color: #f7002b;
|
||||
font-size: 1.6rem;
|
||||
font-weight: 300; }
|
||||
|
||||
.node-type-static .layout-content .content_container article.node-type-static {
|
||||
grid-column: 3 /span 9;
|
||||
grid-row: 2; }
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
.node-type-static{
|
||||
.layout-content{
|
||||
// grid-column: 1 / span 12;
|
||||
grid-row: 1;
|
||||
.content_container{
|
||||
|
||||
#block-quartiers-de-demain-titredepage{
|
||||
|
@ -34,3 +35,4 @@
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
{{ page.help }}
|
||||
|
||||
<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">
|
||||
{{ page.content }}
|
||||
|
|
Loading…
Reference in New Issue