@media only screen and (max-width: 480px) {
  h1 {
    clear: both;
    margin-top: 10px;
  }
}