🔷 some refactors

This commit is contained in:
geoffrey45
2022-04-08 06:48:39 +03:00
parent b61a0a7eeb
commit 6cd982c8ee
9 changed files with 66 additions and 69 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ const pStore = usePStore();
.grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
gap: 1rem;
grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
gap: $small;
}
}
</style>