Skip to content

Commit f11d9bd

Browse files
Fix most requested list item alignment for the two item layout
1 parent 10e2076 commit f11d9bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/gc-most-requested/_screen-md-min.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
break-after: column;
4242
break-inside: avoid-column;
4343
display: block;
44+
padding-top: 5.5px;
45+
}
46+
47+
&:nth-child(2):last-child::before {
48+
top: 5.5px;
4449
}
4550
}
4651
}

0 commit comments

Comments
 (0)