We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53d0582 + a4eb6b6 commit 05ac2deCopy full SHA for 05ac2de
dotcom-rendering/src/components/SupportingContent.tsx
@@ -92,9 +92,7 @@ const sublinkBaseStyles = css`
92
`;
93
94
const verticalSublinkStyles = css`
95
- :not(:first-child) {
96
- ${horizontalLineStyle}
97
- }
+ ${horizontalLineStyle}
98
99
${from.tablet} {
100
:first-child {
@@ -106,9 +104,7 @@ const verticalSublinkStyles = css`
106
104
const horizontalSublinkStyles = (totalColumns: number) => css`
107
105
grid-column: span ${totalColumns};
108
${until.tablet} {
109
110
111
112
}
113
114
0 commit comments