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

Line 16: Line 16:
 
       margin: 10px auto;
 
       margin: 10px auto;
 
       max-width: 90%;
 
       max-width: 90%;
       display: flex;
+
       text-align: center;
      flex-direction: row;
+
      flex-wrap: nowrap;
+
      justify-content: space-evenly;
+
      align-items: center;
+
 
       padding: 12px;
 
       padding: 12px;
 
     }
 
     }
  
 
     .footer-sponsors-wrapper img {
 
     .footer-sponsors-wrapper img {
       flex: 0 1 auto;
+
       display: inline-block;
 
       max-width: 10%;
 
       max-width: 10%;
       max-height: 12.5%;
+
       max-height: 15.0%;
 
       margin: 5px;
 
       margin: 5px;
       text-align: center;
+
       vertical-align: middle;
      color: black;
+
      font-family: "lora"
+
 
     }
 
     }
  
Line 39: Line 33:
 
       justify-content: space-evenly;
 
       justify-content: space-evenly;
 
       align-items: baseline;
 
       align-items: baseline;
      font-family: "Lora", serif;
 
 
       background-color: #000;
 
       background-color: #000;
 
       color: #ffffff;
 
       color: #ffffff;

Revision as of 11:42, 11 October 2018