Difference between revisions of "Team:NUS Singapore-A/Templates/Footer"

Line 18: Line 18:
 
       max-width: 100%;
 
       max-width: 100%;
 
       height: auto;
 
       height: auto;
 +
      display: -webkit-flex;
 +
      display: -moz-flex;
 +
      display: -ms-flexbox;
 +
      display: -ms-flex;
 
       display: flex;
 
       display: flex;
 +
      -webkit-flex-direction: row;
 +
      -moz-flex-direction: row;
 +
      -ms-flex-direction: row;
 
       flex-direction: row;
 
       flex-direction: row;
 
       flex-wrap: nowrap;
 
       flex-wrap: nowrap;
Line 27: Line 34:
  
 
     .sponsors-wrapper img {
 
     .sponsors-wrapper img {
       display: flex;
+
       -webkit-flex: 0 1 auto;
       flex-shrink: 1;
+
       -moz-flex: 0 1 auto;
 +
      -ms-flex: 0 1 auto;
 +
      flex: 0 1 auto;
 
       margin: 5px;
 
       margin: 5px;
 
       max-width: 30%;
 
       max-width: 30%;

Revision as of 18:37, 27 September 2018