@import "projectmobilesmall.css";

@media (max-width: 480px) {
  /* Brief width and bracket height */

  .brief {
    width: 16rem;
  }

  .briefbracket {
    height: 12.5rem;
  }

  .flyer {
    width: 14rem;
  }

  .form {
    width: 18rem;
  }
}
