code {
  word-break: break-word;
}

@media (max-width: 768px) {
  #projects,
  #networks,
  #content {
    position: relative;
    top: auto !important;
    left: auto !important;
    bottom: auto;
    right: auto;
    margin: 1em auto;
    width: auto;
  }
  #content {
    padding-left: 1em;
    padding-right: 1em;
  }
  body.home header {
    height: auto !important;
  }
  header {
    height: 1em;
  }
  header h1 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  header #com {
    left: auto;
    right: 1em;
  }
}

/*# sourceMappingURL=mobile.css.map */
