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

(Specify flex flow.)
(Delete all content (moved to Team CSS).)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
.rooster {
 
    color: var(--dark-gray);
 
    display: flex;
 
    flex-flow: row wrap;
 
    list-style-type: none;
 
    margin: 0 auto;
 
}
 
  
.rooster > li > figure {
 
    flex: 0.3 1 0;
 
    margin: 0;
 
}
 
 
.rooster > li > figure > img {
 
    margin: 0 auto;
 
    min-width: 200px;
 
}
 
 
#address {
 
    flex: 0 1 auto;
 
    font-size: small;
 
    font-style: normal;
 
}
 

Latest revision as of 22:51, 31 October 2017