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

(Style figure, not image.)
(Simplidy CSS.)
Line 6: Line 6:
 
     list-style-type: none;
 
     list-style-type: none;
 
     margin: auto;  
 
     margin: auto;  
}
 
 
.rooster > li {
 
    margin: 0 auto;
 
 
}
 
}
  

Revision as of 02:06, 29 October 2017

.rooster {

   color: var(--dark-gray);
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   list-style-type: none;
   margin: auto; 

}

.rooster > li > figure {

   margin: 10px auto;
   padding: 0 5px;
   max-width: 300px;
   min-width: 150px;

}