Commit cb4d12d8 authored by Emiliano Balbuena's avatar Emiliano Balbuena

(fix): Images should be fit to cover

1 merge request!507WIP: (feat): Minds Pro (development branch) - Release 3
Pipeline #78983504 failed with stages
in 6 minutes and 52 seconds
......@@ -2,12 +2,6 @@ m-pro--channel-tile {
cursor: pointer;
width: 100%;
& > img {
height: calc(100% - 5em);
width: 100%;
object-fit: cover;
}
.m-proChannelTile__container {
position: relative;
height: 0;
......@@ -21,6 +15,10 @@ m-pro--channel-tile {
width: 100%;
height: 100%;
}
> img {
object-fit: cover;
}
}
.m-proChannelTile__text {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment