@media (width < 740px){
 .BulletinBoard{
  display: grid;
 }
 .BulletinBoardPane{
  width: 100%;
  flex-direction: column;
 }
}