commit 409934d05808a4da1bb647c8b7791218d0e967a7 parent 23b4bbe443ecc8af0e2d34bc602f46d46fd79e73 Author: Robin Linus <robin_woll@capira.de> Date: Thu, 31 Dec 2015 01:45:15 +0100 Fix for about-page in mobile landscape Diffstat:
M | app/elements/x-cards/about-page.html | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/app/elements/x-cards/about-page.html b/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;