search out of place on frontpage
This commit is contained in:
parent
da74bebcb9
commit
3fc31767d3
|
@ -1084,7 +1084,7 @@ input[type="submit"]:hover,
|
|||
margin-bottom: 50px;
|
||||
margin-top: 30px;
|
||||
float: left;
|
||||
width: calc(100% - 30px);
|
||||
width: calc(25% - 60px);
|
||||
}
|
||||
#search.sr {
|
||||
width: calc(100% - 60px);
|
||||
|
|
|
@ -99,7 +99,7 @@ html
|
|||
p.comments
|
||||
a(href="" + link.permalink + "", class="comments")
|
||||
| #{link.num_comments} comments
|
||||
#search.sr
|
||||
#search
|
||||
p search
|
||||
form(action="/r/all/search", method="GET")
|
||||
input(type="text", name="q", id="q", placeholder="search")
|
||||
|
|
Loading…
Reference in New Issue