]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Change main-section margin-bottom to padding-bottom to compensate for footer
authorEvan Steinkerchner <esteinkerchner@gmail.com>
Thu, 28 Apr 2022 21:50:56 +0000 (17:50 -0400)
committerEvan Steinkerchner <esteinkerchner@gmail.com>
Thu, 28 Apr 2022 21:50:56 +0000 (17:50 -0400)
src/assets/app.scss

index c709282ece34874ea5a6cf5c0d951111de9aed51..aa8b077839b0629187ce29ed524af08be700b73b 100644 (file)
@@ -163,8 +163,7 @@ body {
   }
 
   #main-section {
-    margin-bottom: 2rem;
-    padding: 0;
+    padding: 0 0 2.5rem 0;
 
     h2 {
       padding-bottom: 0px;
@@ -286,7 +285,7 @@ body {
 
   .no-footer {
     #main-section {
-      margin-bottom: 0;
+      padding-bottom: 0;
     }
 
     .footer {