Abstand Links auf der NAV -Balken mit Flex aus
nav ul{
list-style: none;
margin: 0 2px;
padding: 0;
display: flex;
justify-content: space-around;
}
BLESSING VICTOR