We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e288e46 commit e764842Copy full SHA for e764842
.eslintrc
.prettierrc
src/components/layouts/article-info/styles.css.ts
@@ -48,8 +48,8 @@ export const excerpt = styled.css`
48
`;
49
50
export const thumbnail = styled.css`
51
- flex-basis: 30% !important;
52
- margin-left: ${theme.spacing.calc(4)} !important;
+ flex-basis: 30%;
+ margin-left: ${theme.spacing.calc(4)};
53
54
55
export const link = styled.css`
0 commit comments