set gallery min size to 240px
This commit is contained in:
parent
b2cc872860
commit
ab7b55a84c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ video {
|
||||||
|
|
||||||
.gallery {
|
.gallery {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery .gallery-item {
|
.gallery .gallery-item {
|
||||||
|
|
Loading…
Add table
Reference in a new issue