From 17bd8038440bb295d4ee5cf5be4c90f306bd9d76 Mon Sep 17 00:00:00 2001 From: Akshen Date: Tue, 4 Jun 2019 16:09:58 +0530 Subject: index page css fix --- static/css/index.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'static/css/index.css') diff --git a/static/css/index.css b/static/css/index.css index 61b5a80..0c3c6e7 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -11,24 +11,18 @@ } -#search_bar { - padding-top: 1.5%; -} form.example input[type=text] { - padding: 10px; + padding: 5px; font-size: 17px; border: 1px solid grey; float: left; - width: 80%; background: #f1f1f1; } form.example button { float: left; margin-left: 1%; - height: 10%; - width: 25%; background:#F5404C; color: white; font-size: 150%; -- cgit