feat: Add project image and use 1000*1000 resolution

This commit is contained in:
JY Hsu 2024-09-23 23:30:41 +08:00
parent 0d4d8a8e3c
commit da8992d632
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;
}