footer {
background-color: #F5F5F5;
padding: 5rem;
+ text-align: center;
}
-ul.icons {
- cursor: default;
- list-style: none;
- padding-left: 0;
-}
-
-ul.icons li {
- display: inline-block;
- padding: 0 1em 0 0;
-}
-
-ul.icons li:last-child {
- padding-right: 0;
-}
-
-ul.icons li .icon:before {
- font-size: 2em;
-}
-
-
/* OUR TEAM */
.title {
<!-- Footer -->
<footer>
- <ul class="icons">
- <li>
- <a href="https://www.facebook.com/PostgresOpen" class="fab fa-facebook"><span class="label">Facebook</span></a>
- </li>
- <li>
- <a href="https://twitter.com/postgresopen" class="fab fa-twitter-square"><span class="label">Twitter</span></a>
- </li>
- </ul>
<p>
- <a href="mailto:pgdu-committee@lists.pgdu.org">pgdu-committee@lists.pgdu.org</a> | © 2018 PostgreSQL Down Under Inc.
+ <a href="https://www.facebook.com/PostgresOpen" class="fab fa-facebook"></a> | <a href="https://twitter.com/postgresopen" class="fab fa-twitter-square"></a> | <a href="mailto:pgdu-committee@lists.pgdu.org">pgdu-committee@lists.pgdu.org</a> | © 2018 PostgreSQL Down Under Inc.
</p>
- </footer>
+ </footer>
</body>
</html>