promoted statics on header menu #2194, crédits paysage sonor (récit) #2148

This commit is contained in:
2023-07-06 11:08:07 +02:00
parent 689d00d3de
commit 5c41bfc04a
6 changed files with 33 additions and 20 deletions

View File

@@ -87,8 +87,7 @@ body{
}
#content{
section.concernement{
@mixin main-cartouche{
background-color: rgba(255, 255, 255, 0.9);
box-sizing: border-box;
width:450px;
@@ -99,6 +98,12 @@ body{
//
display: flex;
flex-direction: column;
}
section.static{
@include main-cartouche();
}
section.concernement{
@include main-cartouche();
justify-content: flex-end;
// layout
>header{
@@ -193,13 +198,18 @@ body{
}
>footer{
section.infos{
>p{
>div{
font-size: 0.882em;
font-weight: 100;
>span{
>span{
font-weight: 100;
white-space:nowrap;
>span.label{
font-weight: 100;
}
>div{
&, p{
display: inline-block;
font-size: inherit;
font-weight: inherit;
}
}
}