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

(Add some buffer space between images; center as much as possible.)
(Delete all content (moved to Team CSS).)
 
(10 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;
 
}
 
 
.rooster > li > figure > img {
 
    margin: auto;
 
    max-width: 300px;
 
    min-width: 150px;
 
}
 
 
#address {
 
    flex: 0 1 auto;
 
    font-size: small;
 
    font-style: normal;
 
}
 

Latest revision as of 22:51, 31 October 2017