Template:ETH Zurich/attributions css

.rooster {

   align-items: baseline;
   color: var(--dark-text-color);
   display: flex;
   flex-flow: row wrap;
   justify-content: space-around;
   list-style-type: none; 
   padding: 0;

}

.rooster figure {

   margin: 10px auto;
   max-width: 250px;
   min-width: 150px;

}