modification impression component and fixed barNavigation

This commit is contained in:
2025-09-04 18:04:41 -04:00
parent ad5accb704
commit fe842952a9
6 changed files with 124 additions and 79 deletions
@@ -54,7 +54,7 @@
position: relative;
z-index: 1;
border-radius: 4px 4px 0 0;
padding: 15px 0;
padding: 5px 0;
}
.subMenu ul {
@@ -102,8 +102,12 @@
}
.links {
display: flex;
justify-content: center;
align-items: center;
color: white;
width: 100%;
height: 100%;
}
.subMenu:hover .links {