/**************************/
/* BELOW 430px (Mobile phones) */
/**************************/

@media (max-width: 27em) {
  body {
    font-size: 1.4rem;
  }

  .blog-card {
    width: 32.7rem;
  }

  .tag {
    font-size: 1.2rem;
  }

  .title:link,
  .title:visited {
    font-size: 2rem;
  }
}
