adjusted start and end date input field size
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 25 May 2016 16:52:20 +0000 (12:52 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 25 May 2016 16:52:20 +0000 (12:52 -0400)
css/front.css

index 455714f..53a92e8 100644 (file)
@@ -200,6 +200,13 @@ input[name='contact_fname'], input[name='contact_lname']{
     top: 6px;
     left: -35px;
 }
-#sdate, #edate{
-    
+@media (max-width: 640px) and (min-width: 320px) {
+    #sdate, #edate{
+        width: 55%;
+    }
+}
+@media (min-width: 641px) {
+    #sdate, #edate{
+        width: 35%;
+    }
 }