.tabnav .tabnav-items {
    display: inline;
}
@media only screen and (max-width:340px){
    .tabnav .tabnav-items {
        display: flex;
    }
}
