set max px for the grid items
This commit is contained in:
parent
06192d0ae1
commit
aca623f002
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ video {
|
||||||
.gallery {
|
.gallery {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-gap: 5px;
|
grid-gap: 5px;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(120px, 480px));
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery .gallery-item {
|
.gallery .gallery-item {
|
||||||
|
|
Loading…
Add table
Reference in a new issue