Remove the excessive padding from the main bottom

Change-Id: I872d1785e07c01d54abe33dc146d3389a86f7441
diff --git a/dev/scss/main/main.scss b/dev/scss/main/main.scss
index bb64ac0..2e67113 100644
--- a/dev/scss/main/main.scss
+++ b/dev/scss/main/main.scss
@@ -24,7 +24,6 @@
 
 main {
   padding: 0 $standard-size-and-spacing;
-  padding-bottom: $footer-height + math.div($standard-margin, 2);
 
   // margin: {
   //   left:  $standard-margin;