refactor(bulma): Work on images

This commit is contained in:
2025-05-18 13:05:37 +02:00
parent 3b261ff240
commit 2e4f63b250
2 changed files with 40 additions and 13 deletions

View File

@@ -58,3 +58,11 @@
max-height: 500px;
width: 90%;
}
/*****
IMAGES
*****/
.crop {
object-fit: cover;
}