limit the size of the search bar on tablet screens
authorAndrew Engelbrecht <andrew@fsf.org>
Mon, 16 Sep 2019 20:49:40 +0000 (16:49 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Mon, 16 Sep 2019 20:49:40 +0000 (16:49 -0400)
css/style.css

index 9a8551e9a07a944a6219b457f03acfa7bd50153d..d3ff81aada6200696057a3aedc146534ef6519ce 100644 (file)
@@ -187,6 +187,11 @@ nav .search-block-form {
   top: 30px;
 }
 
   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; }
 /* 
  *  @media screen and (min-width: 520px) and (max-width: 599px) {
  *   .logo img { margin-left: 50px; }