Difference between revisions of "Template:ETH Zurich/members css"

Line 13: Line 13:
 
     max-width: 250px;
 
     max-width: 250px;
 
     min-width: 150px;
 
     min-width: 150px;
    border-radius: 50%;
 
 
}
 
}

Revision as of 14:26, 31 October 2017

.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;

}