misc
authorSarah Conway <sarah.conway@crunchydata.com>
Tue, 18 Sep 2018 23:19:38 +0000 (16:19 -0700)
committerSarah Conway <sarah.conway@crunchydata.com>
Tue, 18 Sep 2018 23:19:38 +0000 (16:19 -0700)
static/css/style.css
templates/base.html
templates/index_base.html

index a851589c3147b97dab807be1b9588eb3c8c7f59a..22588fca982a6777959fcf1a070cc1cfd644dec1 100644 (file)
@@ -144,6 +144,11 @@ footer {
 
   /* PAGE */
 
+  section#main {
+      padding-top: 7rem;
+      padding-bottom: 4rem;
+  }
+
   div#main {
       padding-top: 7rem;
       padding-bottom: 4rem;
index facd6d8dc23d6358962e4956ece8c236240f0242..760581b9e0223e5e7f965f0f1cff66980bfdcefe 100644 (file)
@@ -59,7 +59,7 @@
            <!-- Footer -->
            <footer>
                <p>
-                   <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.
+                   <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>
 
index 73e48fc7198dd3c964f0827ae816ab8a4a2cb8b0..1478d109124689b4fb5722253816b7f774b6c88b 100644 (file)
@@ -54,7 +54,7 @@
        <!-- Footer -->
        <footer>
            <p>
-               <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.
+               <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>