

/* ============================= */
/* ! Layout for tablet and mobile version   */
/* ============================= */

@media only screen and (max-width: 800px) {

 #resume-content {
  display: none !important;
 }

}
