fixed problem navigation

This commit is contained in:
2025-09-04 11:40:33 -04:00
parent 25e3921b4c
commit 757a165dbe
3 changed files with 45 additions and 17 deletions
+18 -1
View File
@@ -84,7 +84,20 @@
padding: 10px 0;
}
.containerLinks{
.subMenu span {
display: flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
color: rgb(255, 255, 255);
}
.subMenu:hover span {
color: rgba(0, 61, 121, 1);
}
.containerLinks {
padding: 0 !important;
}
@@ -93,6 +106,10 @@
width: 100%;
}
.subMenu:hover .links {
color: rgba(0, 61, 121, 1);
}
@media (max-width: 800px) {
.menuToggle {