css static

This commit is contained in:
2024-07-06 22:51:13 +02:00
parent 9d2ea6febc
commit c89c63835b
6 changed files with 94 additions and 56 deletions

View File

@ -1563,16 +1563,17 @@ footer {
padding-right: 0.5rem;
}
.node-type-static .layout-content {
grid-row: 1;
.node-type-static main {
background-color: #f6f7f3;
}
.node-type-static .layout-content .content_container {
margin-bottom: 3rem;
display: flex;
flex-direction: column;
align-items: center;
}
.node-type-static .layout-content .content_container #block-quartiers-de-demain-titredepage {
grid-column: 3/span 9;
grid-row: 1;
margin-top: 3rem;
margin-top: 1rem;
width: fit-content;
}
@media (max-width: 500px) {
.node-type-static .layout-content .content_container #block-quartiers-de-demain-titredepage {
@ -1581,20 +1582,37 @@ footer {
}
}
.node-type-static .layout-content .content_container #block-quartiers-de-demain-titredepage h1 {
text-transform: uppercase;
color: rgb(247, 0, 43);
font-size: 1.6rem;
font-weight: 300;
text-transform: none;
color: black;
font-size: 2rem;
font-weight: 500;
}
.node-type-static .layout-content .content_container article.node-type-static {
width: 80%;
grid-column: 3/span 9;
grid-row: 2;
}
.node-type-static .layout-content .content_container article.node-type-static::before {
content: "";
display: block;
border-bottom: solid 2px rgb(7, 50, 194);
width: 80%;
margin: auto;
}
@media (max-width: 500px) {
.node-type-static .layout-content .content_container article.node-type-static {
grid-column: 2/span 9;
}
}
.node-type-static .layout-content .content_container article.node-type-static div.field_body {
width: 80%;
padding-top: 2rem;
padding-bottom: 2rem;
margin: auto;
justify-content: center;
display: flex;
text-align: center;
}
.node-type-static .layout-content .content_container article.node-type-static div.field_body h2 {
font-size: 0.8rem;
font-weight: 600;