2020-12-16 00:14:32 +01:00

12 lines
163 B
SCSS

.result-content {
color: darkgray;
overflow-wrap: anywhere;
}
.doc-img {
object-fit: cover;
object-position: top;
height: 100%;
position: absolute;
}