bs5: fix large card display

This commit is contained in:
Michael Shamoon
2022-02-19 21:38:07 -08:00
parent 8ba282362d
commit 7b7ba83a87
2 changed files with 7 additions and 3 deletions

View File

@@ -4,6 +4,10 @@
overflow-wrap: anywhere;
}
.doc-img-background {
position: relative;
}
.doc-img {
object-fit: cover;
object-position: top left;