@media only screen and (min-device-width: 320px) and (max-device-width: 750px) {
  #content {
    padding: 15px;
    width: 90%;
  }
  blockquote:not([class]) {
    margin-left: 0.5em;
    border-left: solid 6px;
    padding-left: 0.5em;
  }
  nav.site-navigation {
    flex-direction: column;
  }

  .refpara, .refelem {
    float: unset;
    right: unset;
    left: unset;
    margin: auto;
    height: unset;
    border: unset;
    padding: 15px;

  }
}