update footer icons
authorSarah Conway <sarah.conway@crunchydata.com>
Tue, 18 Sep 2018 23:15:56 +0000 (16:15 -0700)
committerSarah Conway <sarah.conway@crunchydata.com>
Tue, 18 Sep 2018 23:15:56 +0000 (16:15 -0700)
static/css/style.css
templates/base.html

index 2db9e01e8c159a8f5b3cf12c33d69aed9851364a..a851589c3147b97dab807be1b9588eb3c8c7f59a 100644 (file)
@@ -90,28 +90,9 @@ h3 {
 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 {
index 2c14bb267b3178d71c5eca7fdd87805d0ee8edd0..facd6d8dc23d6358962e4956ece8c236240f0242 100644 (file)
 
            <!-- 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>