site-nav, projet

This commit is contained in:
Julie Blanc 2026-02-10 17:53:47 +01:00
parent c3248a21f9
commit a0fa93a62e
7 changed files with 34 additions and 7 deletions

View file

@ -28,6 +28,8 @@
#main_home{
section{
padding: calc(var(--unit)*3) var(--padding-body);
position: relative;
z-index: 1000;
.section--inner{
max-width: 1100px;
margin: 0 auto;
@ -38,10 +40,6 @@
}
.item-nav__group{
display: flex;
flex-direction: column;