From f0957a567bdb8a7193ba6815be0acb25946748a5 Mon Sep 17 00:00:00 2001 From: lengstrom Date: Mon, 25 May 2015 18:02:53 -0400 Subject: [PATCH] fixed more aoubt alignment --- index.html | 2 +- style/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index aecdc1f..4118c01 100644 --- a/index.html +++ b/index.html @@ -74,7 +74,7 @@
iOS Android
- Logan Engstrom&Garrett Finucane + About/Contact
diff --git a/style/style.css b/style/style.css index 4890e3a..0db2441 100644 --- a/style/style.css +++ b/style/style.css @@ -262,13 +262,13 @@ and (max-device-width : 480px) { @media only screen and (orientation:landscape) { #attributions { - top: calc(50vh + 14vh + 30px); + top: calc(50vh + 11vh + 40px); } } @media only screen and (orientation:portrait) { #attributions { - top: calc(50vh + 14vw + 30px); + top: calc(50vh + 11vw + 40px); } }