/* !Responsive: Jan Lukš <jan@luks.sk> */

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

  h1 {
    font-size: 40px;
  }

  .site-main__excerpt, .head__excerpt {
    font-size: 16px;
  }

  textarea {
    min-height: 220px;
  }

}
