This commit is contained in:
syuilo
2022-12-24 08:46:30 +09:00
parent 49ab2eb07f
commit 8539c7b20f
6 changed files with 126 additions and 46 deletions

View File

@@ -81,7 +81,7 @@ onMounted(async () => {
<style lang="scss" module>
.root {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
grid-gap: 16px;
&:global {