From: Andrew Engelbrecht Date: Mon, 16 Sep 2019 20:49:40 +0000 (-0400) Subject: limit the size of the search bar on tablet screens X-Git-Url: https://vcs.fsf.org/?p=ryf-theme.git;a=commitdiff_plain;h=0d3b55d0d1874117ab5bd43123cf7a27c2ab1b16;hp=aca4887b667b106b92461176bc562172609cbdd4 limit the size of the search bar on tablet screens --- 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; }