This worked to fix the 2nd issue:
.nav div:last-of-type {
margin-bottom: 0;
background:blue;
}
I’m trying to fix this now.
Hiding the overflow.
This worked to fix the 2nd issue:
.nav div:last-of-type {
margin-bottom: 0;
background:blue;
}
I’m trying to fix this now.
Hiding the overflow.