Keep search bar wide on desktops
This commit is contained in:
parent
9f7ad0c304
commit
e28dbd8426
1 changed files with 2 additions and 1 deletions
|
|
@ -198,6 +198,7 @@
|
||||||
grid-template:
|
grid-template:
|
||||||
"a b"
|
"a b"
|
||||||
"c c";
|
"c c";
|
||||||
|
grid-template-columns: 1fr 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.posts header.controls .display-info {
|
section.posts header.controls .display-info {
|
||||||
|
|
@ -211,7 +212,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
section.posts header.controls .search-form input {
|
section.posts header.controls .search-form input {
|
||||||
width: auto;
|
margin: 6px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.posts header.controls .buttons {
|
section.posts header.controls .buttons {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue