adjust padding for bottom of main section
authorSarah Conway <sarah.conway@crunchydata.com>
Sat, 22 Sep 2018 03:53:52 +0000 (20:53 -0700)
committerSarah Conway <sarah.conway@crunchydata.com>
Sat, 22 Sep 2018 03:53:52 +0000 (20:53 -0700)
static/css/style.css

index 50c825b914adf0de8346d6eda1f743df449229d5..300fe0e8f79d40794f1d819c6efec76ced83c0ed 100644 (file)
@@ -42,6 +42,7 @@ h3 {
 footer {
   background-color: #F5F5F5;
   padding: 5rem;
+  margin-top: 4rem;
   text-align: center;
 }
 
@@ -101,13 +102,9 @@ footer {
       padding-bottom: 4rem;
   }
 
-  div#main {
-      padding-bottom: 4rem;
-  }
-
    #banner {
        background-image: url(../images/australia.jpeg);
-       background-position: center;
+       background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
      background-attachment: fixed;