From 482a65a0aebcdf3cf2e868cd6c7c0dcba1205157 Mon Sep 17 00:00:00 2001 From: Xtreak Date: Thu, 6 Aug 2015 09:46:36 +0530 Subject: [PATCH] Fixed the footer message position Updated the footer so that it doesn't mangle with the content when I choose PiB --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 37348af..4dbe552 100644 --- a/index.html +++ b/index.html @@ -73,8 +73,9 @@ font-size: 40px; } #inspiredBy { - position: absolute; + position: relative; bottom: 12px; + top: 50px; left: 0; width: 100%; }