Update advanced_search.pager.css
Adjusted CSS for limit grid display only
This commit is contained in:
parent
e698a7c6c7
commit
8fbdf55c4b
1 changed files with 7 additions and 0 deletions
|
|
@ -148,3 +148,10 @@
|
|||
grid-template-columns: repeat(3, 1fr);
|
||||
/*margin: 0.47214rem 0 0.47214rem 2.61803rem;*/
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 600px) {
|
||||
.view-grid > .view-content{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue