footer block humanum

This commit is contained in:
2026-09-14 10:05:14 +02:00
parent 7cc3a4a1df
commit bc857d0c85
4 changed files with 54 additions and 27 deletions
File diff suppressed because one or more lines are too long
@@ -776,18 +776,31 @@ footer[role="contentinfo"]{
background-color: #fff;
box-shadow: 0 5px 15px #000;
padding: 0.2em 2em;
#block-mathallo-navigationprincipale-2{
ul{
display: flex;
list-style: none;
padding: 0;
li:not(:first-child){
margin-left: 1em;
box-sizing: border-box;
position: relative;
div.wrapper{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
position: relative;
width: auto;
#block-mathallo-navigationprincipale-2{
ul{
display: flex;
list-style: none;
padding: 0;
li:not(:first-child){
margin-left: 1em;
}
a{
color: $bleu_typo;
}
}
a{
color: $bleu_typo;
}
}
div#block-mathallo-humanum{
// justify-self: end;
}
}