/* ==================== responsive.css ==================== */
/* Breakpoint adjustments for small phones. */

@media(max-width:400px){
  .mb{width:40px;height:40px}
  .jb{width:80px;height:80px}
  .js{width:30px;height:30px}
  .fr{grid-template-columns:1fr}
  .mmap{width:86px;height:86px}
}
