fixed problem navigation
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user