@import "projectmobilesmall.css";

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

  .brief {
    width: 16rem;
  }

  .briefbracket {
    height: 16rem;
  }

  /* Brief width and bracket height */
  #old {
    width: 16rem;
  }

  #newlogo {
    width: 16rem;
  }

  .chocolate {
    width: 16rem;
  }

  .chocolategrid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tilegrid {
    flex-direction: column;
  }
}
