Skip to content

Commit cb67776

Browse files
committed
remove remnants of grid layout still present in styles
1 parent 6a191cc commit cb67776

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dotcom-rendering/src/components/LabsSectionHeader.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,16 @@ const labelAndAboutStyles = css`
7070
`;
7171

7272
const labelStyles = css`
73-
grid-area: label;
7473
${textSansBold15}
7574
color: ${sourcePalette.labs[100]};
7675
`;
7776

7877
const aboutStyles = css`
79-
grid-area: about;
8078
justify-self: end;
8179
${textSans14}
8280
`;
8381

8482
const titleStyles = css`
85-
grid-area: title;
8683
${textSansBold20};
8784
`;
8885

0 commit comments

Comments
 (0)