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

(Simplidy CSS.)
(Simplify CSS; reflow space.)
Line 1: Line 1:
 
.rooster {
 
.rooster {
     color: var(--dark-gray);
+
     color: var(--dark-text-color);
 
     display: flex;
 
     display: flex;
 
     flex-flow: row wrap;
 
     flex-flow: row wrap;
     justify-content: space-between;
+
     justify-content: space-around;
     list-style-type: none;
+
     list-style-type: none;  
     margin: auto;  
+
     padding: 0;
 
}
 
}
  

Revision as of 02:09, 29 October 2017

.rooster {

   color: var(--dark-text-color);
   display: flex;
   flex-flow: row wrap;
   justify-content: space-around;
   list-style-type: none; 
   padding: 0;

}

.rooster > li > figure {

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

}