site-nav, projet
This commit is contained in:
parent
c3248a21f9
commit
a0fa93a62e
7 changed files with 34 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@
|
|||
align-items: center;
|
||||
padding: 0 var(--padding-body);
|
||||
gap: calc(var(--unit)*2);
|
||||
position: relative;
|
||||
z-index: 10000;
|
||||
|
||||
a{ text-decoration: none; }
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,9 @@
|
|||
|
||||
#site-nav{
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
|
||||
#site-nav a {
|
||||
text-decoration: none;
|
||||
color: currentColor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue