Difference between revisions of "Template:Manchester/Footer"

Line 26: Line 26:
 
/* Style all font awesome icons */
 
/* Style all font awesome icons */
 
.fa {
 
.fa {
    padding: 20px;
+
  padding: 20px;
    font-size: 30px;
+
  font-size: 30px;
    width: 50px;
+
  width: 30px;
    text-align: center;
+
  text-align: center;
    text-decoration: none;
+
  text-decoration: none;
 +
  margin: 5px 2px;
 +
  border-radius: 50%;
 
}
 
}
  
Line 40: Line 42:
 
/* Set a specific color for each brand */
 
/* Set a specific color for each brand */
  
/* Facebook */
 
 
.fa-facebook {
 
.fa-facebook {
    background: #282e34;
+
  background: #3B5998;
    color: white;
+
  color: white;
 
}
 
}
  
/* Twitter */
 
 
.fa-twitter {
 
.fa-twitter {
    background: #282e34;
+
  background: #55ACEE;
    color: white;
+
  color: white;
 +
}
 +
 
 +
.fa-instagram {
 +
  background: #125688;
 +
  color: white;
 
}
 
}
  

Revision as of 14:00, 30 August 2018