feat: improved on ui so that user can see the spaces they want to view easier #33

Merged
ca422 merged 5 commits from feat/study-card-visual-improvements into master 2025-06-05 11:03:37 +00:00
3 changed files with 28 additions and 17 deletions
Showing only changes of commit 11a040a677 - Show all commits

View File

@@ -39,5 +39,6 @@
width: 100%; width: 100%;
height: auto; height: auto;
aspect-ratio: 1 / 1; aspect-ratio: 1 / 1;
object-fit: cover;
} }
</style> </style>