use flex to space folder page

This commit is contained in:
geoffrey45
2022-08-02 03:27:39 +03:00
parent 5c3a77ce48
commit bc449631a6
2 changed files with 14 additions and 12 deletions
-1
View File
@@ -25,7 +25,6 @@ defineProps<{
grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
gap: $medium;
padding: $small;
margin-bottom: 1rem;
background-color: $gray5;
}
</style>