header nav ul {
    display: table;
}

header nav ul li {
    display: table-cell;
    width: 1%;
}
