projects
/
ryf-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aca4887
)
limit the size of the search bar on tablet screens
author
Andrew Engelbrecht
<andrew@fsf.org>
Mon, 16 Sep 2019 20:49:40 +0000
(16:49 -0400)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Mon, 16 Sep 2019 20:49:40 +0000
(16:49 -0400)
css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/css/style.css
b/css/style.css
index 9a8551e9a07a944a6219b457f03acfa7bd50153d..d3ff81aada6200696057a3aedc146534ef6519ce 100644
(file)
--- 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; }