Commit 70352c30 authored by Marcelo Rivera's avatar Marcelo Rivera

(feat): see more needs to have a min height when it's the only one in the line

1 merge request!459WIP: (feat): Minds Pro
Pipeline #73729713 passed with stages
in 35 minutes and 38 seconds
......@@ -32,11 +32,9 @@ m-pro--channel-list {
ul.m-proChannelListContent__list {
display: grid;
//grid-template-rows: repeat(15, 1fr);
//grid-template-columns: repeat(17, 1fr);
//grid-template-rows: repeat(2, 1fr);
grid-template-columns: repeat(4, 1fr);
grid-gap: $minds-padding * 4 $minds-padding * 4;
grid-auto-rows: minmax(300px, auto);
grid-gap: 32px 32px;
list-style: none;
padding: 0;
......
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