浏览代码

Fix for about-page in mobile landscape

Robin Linus 9 年之前
父节点
当前提交
409934d058
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      app/elements/x-cards/about-page.html

+ 7 - 0
app/elements/x-cards/about-page.html

@@ -73,6 +73,13 @@
             text-align: center;
         }
         
+        @media all and (max-height: 370px) {
+            #footer {
+                width: 320px;
+                bottom: 8px;
+            }
+        }
+        
         a {
             display: inline-block;
             text-align: center;