Pārlūkot izejas kodu

Fix for about-page in mobile landscape

Robin Linus 9 gadi atpakaļ
vecāks
revīzija
409934d058
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  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;