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