.navbar__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}