site-nav, projet
This commit is contained in:
parent
c3248a21f9
commit
a0fa93a62e
7 changed files with 34 additions and 7 deletions
|
|
@ -95,6 +95,8 @@ button {
|
|||
align-items: center;
|
||||
padding: 0 var(--padding-body);
|
||||
gap: calc(var(--unit) * 2);
|
||||
position: relative;
|
||||
z-index: 10000;
|
||||
}
|
||||
#site-header a {
|
||||
text-decoration: none;
|
||||
|
|
@ -177,6 +179,10 @@ button {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
#site-nav {
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
#site-nav a {
|
||||
text-decoration: none;
|
||||
color: currentColor;
|
||||
|
|
@ -672,6 +678,8 @@ span.controls::after {
|
|||
|
||||
#main_home section {
|
||||
padding: calc(var(--unit) * 3) var(--padding-body);
|
||||
position: relative;
|
||||
z-index: 1000;
|
||||
}
|
||||
#main_home section .section--inner {
|
||||
max-width: 1100px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue