diff --git a/scss/_mobile.scss b/scss/_mobile.scss
index 3fe86a6cd5429039b6e1032f96a4cec93b390681..819bb54f410d4be8e8d830df8c2b79a216c7d8db 100644
--- a/scss/_mobile.scss
+++ b/scss/_mobile.scss
@@ -45,4 +45,18 @@
       font-size: 2.2em;
     }
   }
+
+  #footerContent{
+    width: 100% !important;
+    display: block !important;
+
+    div {
+      border-bottom: #3d3d3d 1px solid;
+      border-right: none !important;
+
+      &:last-child {
+        border-bottom: none;
+      }
+    }
+  }
 }
\ No newline at end of file