fix cards

This commit is contained in:
whidix
2023-03-08 01:03:23 +01:00
parent 013983e049
commit 8b8fb67328
4 changed files with 6 additions and 4 deletions

View File

@@ -28,6 +28,7 @@
.project_list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
grid-auto-rows: minmax(300px, 1fr);
gap: 1rem;
}
</style>