Skip to content

Commit

Permalink
chore(sync): Sync blog source code to next-theme-coline
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 19, 2024
1 parent 8d49802 commit b4d94c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/layouts/article-info/styles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export const excerpt = styled.css`
`;

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

export const link = styled.css`
Expand Down

0 comments on commit b4d94c7

Please sign in to comment.