js header

This commit is contained in:
2024-07-06 21:51:11 +02:00
parent 72c2c9ff59
commit 46c3afcd53
4 changed files with 21 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -371,6 +371,9 @@ header .header_nav_container.hidden {
header .header_nav_container.visible {
transform: translateX(0);
}
header .header:hover + .header_nav_container {
transform: translateX(0);
}
footer {
z-index: 100;