refactor(bulma): various improvements on AN display in list

This commit is contained in:
2025-05-22 17:17:39 +02:00
parent fdf4e79a69
commit 328f64aa51
3 changed files with 68 additions and 31 deletions

View File

@@ -65,8 +65,8 @@ IMAGES
.gallery .main-photo img {
width: 100%;
height: 300px;
object-fit: cover;
height: 150px;
object-fit: cover; /* Crops the images */
border-radius: 6px;
}
@@ -78,8 +78,8 @@ IMAGES
.thumbnail img {
width: 100%;
height: 80px;
object-fit: cover;
height: 50px;
object-fit: cover; /* Crops the images */
border-radius: 4px;
}
@@ -88,3 +88,12 @@ IMAGES
flex: 1;
}
/**
AN Cards
*/
.an-card {
width: 100%;
height: 100%;
}