add #side footer
authorSarah Conway <sarah.conway@crunchydata.com>
Sat, 22 Sep 2018 04:27:43 +0000 (21:27 -0700)
committerSarah Conway <sarah.conway@crunchydata.com>
Sat, 22 Sep 2018 04:27:43 +0000 (21:27 -0700)
static/css/style.css
templates/base.html

index cf2128ab9e83d075c145f350dde8386f15946834..106b8638dc770376889bd6021709435af0713906 100644 (file)
@@ -45,6 +45,10 @@ footer {
   text-align: center;
 }
 
+footer#side {
+  margin-top: 4rem;
+}
+
 /* OUR TEAM */
 
 .title {
index 70c50e511f2009757794a9b2b055b5af1fc95630..1ed91056b1522db928a4c8fdba2c0f75afba8770 100644 (file)
@@ -63,7 +63,7 @@
       </div>
 
            <!-- Footer -->
-           <footer>
+           <footer id="side">
                <p>
                    <a href="/code-of-conduct">Code of Conduct</a> | @PGDayAU | <a href="mailto:pgdu-committee@lists.pgdu.org">pgdu-committee@lists.pgdu.org</a> | © 2018 PostgreSQL Down Under Inc.
          </p>