Style the mobile menu links and button

Center and uppercase menu links, remove border from the mobile menu:

@media (max-width: 980px) {
.et_mobile_menu li {
text-align: center;
text-transform: uppercase;
}
.et_mobile_menu li a {
border-bottom: none;
}