Explorar el Código

Fix for about-page in mobile landscape

Robin Linus hace 9 años
padre
commit
409934d058
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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;