Skip to content

Commit e764842

Browse files
chore(sync): Sync blog source code to next-theme-coline
1 parent e288e46 commit e764842

File tree

3 files changed

+2
-28
lines changed

3 files changed

+2
-28
lines changed

.eslintrc

-23
This file was deleted.

.prettierrc

-3
This file was deleted.

src/components/layouts/article-info/styles.css.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ export const excerpt = styled.css`
4848
`;
4949

5050
export const thumbnail = styled.css`
51-
flex-basis: 30% !important;
52-
margin-left: ${theme.spacing.calc(4)} !important;
51+
flex-basis: 30%;
52+
margin-left: ${theme.spacing.calc(4)};
5353
`;
5454

5555
export const link = styled.css`

0 commit comments

Comments
 (0)