Skip to content

Commit 42011a8

Browse files
authored
Merge pull request #14194 from bbc/topic-discovery-padding-fix-below-grid
Above 600px screen width, space about More About link was still wrong - fix
2 parents d00fe4a + db0ae4a commit 42011a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/components/TopicDiscovery/index.styles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ const styles = {
7474
[mq.GROUP_3_MIN_WIDTH]: {
7575
li: {
7676
width: `calc(25% - 0.75rem)`,
77+
marginBottom: `${spacings.DOUBLE}rem`,
7778

7879
'&:nth-of-type(2n):not(:last-of-type)': {
7980
marginInlineEnd: `${spacings.DOUBLE}rem`,

0 commit comments

Comments
 (0)