li{
    line-height: 45px;
}
@media screen and (max-width: 768px){
    li{
        line-height: 30px;
    }
}