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

(Style figure, not image.)
(Delete all content (moved to Team CSS).)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
.rooster {
 
    color: var(--dark-gray);
 
    display: flex;
 
    flex-flow: row wrap;
 
    justify-content: space-between;
 
    list-style-type: none;
 
    margin: auto;
 
}
 
  
.rooster > li {
 
    margin: 0 auto;
 
}
 
 
.rooster > li > figure {
 
    margin: 10px auto;
 
    padding: 0 5px;
 
    max-width: 300px;
 
    min-width: 150px;
 
}
 

Latest revision as of 22:51, 31 October 2017