From 0bada3430e56ab63bc7904c4e06e1610b91a6012 Mon Sep 17 00:00:00 2001 From: Mayank Khanna Date: Sat, 14 Jul 2018 00:06:16 +0530 Subject: [PATCH 1/2] Fixed a few typo mistakes --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e01cfaf..43b8f3e 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - Under construction From 9349e38414a27a41c92f9fe3a906450f20447187 Mon Sep 17 00:00:00 2001 From: Mayank Khanna Date: Sat, 14 Jul 2018 00:06:47 +0530 Subject: [PATCH 2/2] Improved Mobile view --- css/bootstrap.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/css/bootstrap.css b/css/bootstrap.css index 14cc1f4..74bf9c4 100644 --- a/css/bootstrap.css +++ b/css/bootstrap.css @@ -1737,6 +1737,7 @@ input[type="date"] { } .form-group { margin-bottom: 15px; + margin-left: 59px; } .radio, .checkbox { @@ -1924,6 +1925,21 @@ select[multiple].input-lg { margin-bottom: 10px; color: #737373; } +@media (min-width: 480px){ + .form-group{ + margin-left: 40px; + } +} +@media (min-width: 640px){ + .form-group{ + margin-left: 90px; + } +} +@media (min-height: 736px){ + .form-group{ + margin-left: 82px; + } +} @media (min-width: 768px) { .form-inline .form-group { display: inline-block;