@charset "UTF-8";
/* CSS Document */

/* cabinet.css 
Additional css -- meant to add to stuart.css and ballclock.css scripts. 

*/

/* Added following to page to correct problem of grid items leaking out of frame */

.photo-grid-container {
  border-bottom: 2px solid black;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  overflow: hidden;
}
