report + harmonize panel-left
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s

This commit is contained in:
Julie Blanc 2026-01-23 17:38:08 +01:00
parent bee25e5922
commit bd97c1c33e
19 changed files with 1107 additions and 770 deletions

View file

@ -1,6 +1,6 @@
#site-header {
z-index: 9000;
z-index: var(--z-header);
--gap: 3ch;
position: fixed;
@ -12,6 +12,8 @@
background-color: var(--color-bg);
padding: 0 var(--padding-body);
box-shadow: -1px 4px 10px 0px var(--color-bg);
.site-header__inner{
width: 100%;
height: 100%;
@ -106,9 +108,9 @@
#site-header.is-visible{
.site-header__inner{
border-color: var(--grey-800);
}
// .site-header__inner{
// border-color: var(--grey-800);
// }
}