increase the minimal thumb size
This commit is contained in:
parent
6911c96f8d
commit
c79b9b0e07
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ video {
|
|||
|
||||
.gallery {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
|
||||
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
|
||||
}
|
||||
|
||||
.gallery .gallery-item {
|
||||
|
|
Loading…
Reference in a new issue