Explorar o código

Fix for about-page in mobile landscape

Robin Linus %!s(int64=9) %!d(string=hai) anos
pai
achega
409934d058
Modificáronse 1 ficheiros con 7 adicións e 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;