fix: gird template columns width
This commit is contained in:
@@ -257,6 +257,10 @@ figcaption > p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 536px) {
|
@media screen and (max-width: 536px) {
|
||||||
|
.grid {
|
||||||
|
grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
|
||||||
|
}
|
||||||
|
|
||||||
.grid-item {
|
.grid-item {
|
||||||
width: 108px;
|
width: 108px;
|
||||||
height: unset;
|
height: unset;
|
||||||
|
|||||||
Reference in New Issue
Block a user