From 0d3b55d0d1874117ab5bd43123cf7a27c2ab1b16 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 16 Sep 2019 16:49:40 -0400 Subject: [PATCH] limit the size of the search bar on tablet screens --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index 9a8551e..d3ff81a 100644 --- a/css/style.css +++ b/css/style.css @@ -187,6 +187,11 @@ nav .search-block-form { top: 30px; } +input#edit-keys { + max-width: 250px; + float: right; +} + /* * @media screen and (min-width: 520px) and (max-width: 599px) { * .logo img { margin-left: 50px; } -- 2.25.1