header static menu promoted & static content well displayed #2194

This commit is contained in:
2023-07-06 15:05:59 +02:00
parent 5c41bfc04a
commit 52c0700d29
5 changed files with 98 additions and 35 deletions

View File

@@ -101,6 +101,21 @@ body{
}
section.static{
@include main-cartouche();
h2{
font-weight: 400;
font-size: 1.323em;
padding: 1em 0;
}
p:not(:last-of-type){
margin-bottom: 1em;
}
img{
width: 100%;
}
iframe{
width: 100%;
aspect-ratio: 4 / 3;
}
}
section.concernement{
@include main-cartouche();