From 4091ae8226755d2e9ae273489eee7c2820f31772 Mon Sep 17 00:00:00 2001 From: Arctic Code Date: Wed, 19 Feb 2014 10:22:49 -0600 Subject: [PATCH] Attempt to make interface more scalable This makes better positions the form element on the page, removing the need for the dummy element in index.php --- assets/css/elements.css | 3 ++- index.php | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/assets/css/elements.css b/assets/css/elements.css index d6e2fec..8ae1175 100644 --- a/assets/css/elements.css +++ b/assets/css/elements.css @@ -117,9 +117,10 @@ ul.nav li.dropdown:hover > ul.dropdown-menu { } .form-shorten { - max-width: 600px; + max-width: 51%; padding: 15px; margin: 0 auto; + padding-top: 20%; } .form-shorten .form-shorten-heading{ diff --git a/index.php b/index.php index d749491..d5532e5 100644 --- a/index.php +++ b/index.php @@ -80,9 +80,6 @@
-
-

-