make footer taller on mobile to accomodate 2 lines
diff --git a/style-new.css b/style-new.css
index 6258224..970d34f 100644
--- a/style-new.css
+++ b/style-new.css
@@ -32,7 +32,7 @@
 
 .page {
     min-height: 100%;
-    margin: 0 0 -2em;
+    margin: 0 0 -2.25em;
 }
 
 .page:after {
@@ -47,7 +47,7 @@
 }
 
 .footer, .page:after {
-    height: 2em; 
+    height: 2.25em; 
 }
 
 .footer {
@@ -68,6 +68,14 @@
         font-size: 14px;
     }
 
+    .page {
+        margin-bottom: -3.25em;
+    }
+
+    .footer, .page:after {
+        height: 3.25em; 
+    }
+
     .h2 {
         font-size: 1.5em;
         margin: 1.5em 0 0;