From 214c26df8e8a2595320dfc4e858e6dd2c8c5a031 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sat, 9 Mar 2019 14:15:01 +0100 Subject: [PATCH] fix search box --- custom.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/custom.css b/custom.css index c3a5d96..9008ca5 100644 --- a/custom.css +++ b/custom.css @@ -6,7 +6,13 @@ .markdown-body ul, .markdown-body ol { list-style: initial; } - +.projsearch { + text-align: right; + max-width: 50%; +} +.projsearch input[type=text] { + max-width: 50%; +} /* the following is from github.com */ .readme.contributing>div { -- 2.30.2