Add project image (#987)

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
JY Hsu 2024-10-19 01:51:40 +09:00 committed by GitHub
parent 22531ce9a8
commit bc67ca1187
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 50 additions and 27 deletions

View file

@ -9,6 +9,11 @@
box-shadow: $box-shadow;
border: 1px solid get-light-color('bg-primary');
@include transition();
.card-img-top {
transform: scale(1.2);
object-fit: cover;
@include transition();
}
}
.card-head {
@ -17,6 +22,10 @@
overflow: hidden;
}
.card-title {
font-size: large;
}
.card-body {
text-align: left;
}