Sfoglia il codice sorgente

Fix for about-page in mobile landscape

Robin Linus 9 anni fa
parent
commit
409934d058
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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;