Border issues on mobile

Hi @JhordanMSUITE ,

Try adding the below CSS and let me know if this fixes the issue.

@media only screen and (max-width: 777px){
  modal-dialog.sizeChart .contents {
    max-width: 90% !important;
}  
}