Place control buttons next to search input on large enough screens
This commit is contained in:
parent
a9e4d2aa38
commit
09407c3231
1 changed files with 6 additions and 0 deletions
|
|
@ -163,6 +163,12 @@
|
|||
}
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
section.posts .controls {
|
||||
grid-template:
|
||||
"a a"
|
||||
"b c";
|
||||
}
|
||||
|
||||
section.posts .controls .post-info {
|
||||
grid-area: a;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue