This commit is contained in:
kakkokari-gtyih 2024-12-14 20:37:58 +09:00
parent d9e6c4cdfc
commit 8a464823ed

View file

@ -46,4 +46,11 @@ const pagination = {
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
grid-gap: 6px;
}
@media screen and (min-width: 600px) {
.stream {
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
}
</style>