diff --git a/components/molecules/ContributorHighlight/contributor-highlight-card.tsx b/components/molecules/ContributorHighlight/contributor-highlight-card.tsx index f97f5eac61..025da2aa56 100644 --- a/components/molecules/ContributorHighlight/contributor-highlight-card.tsx +++ b/components/molecules/ContributorHighlight/contributor-highlight-card.tsx @@ -435,7 +435,7 @@ const ContributorHighlightCard = ({ }, []); return ( -
+
{icon} diff --git a/components/organisms/FollowersHighlightWrapper/following-highlight-wrapper.tsx b/components/organisms/FollowersHighlightWrapper/following-highlight-wrapper.tsx index 30365bdb63..101215045e 100644 --- a/components/organisms/FollowersHighlightWrapper/following-highlight-wrapper.tsx +++ b/components/organisms/FollowersHighlightWrapper/following-highlight-wrapper.tsx @@ -58,7 +58,7 @@ const FollowingHighlightWrapper = ({ emojis, selectedFilter }: HighlightWrapperP
-
+
-
+
= (props: HighlightSSRProps) => { )} - + @media (min-width: 425px) { ... } + ...defaultTheme.screens, + }, extend: { gridTemplateColumns: { autodesktop: "repeat(auto-fit, minmax(410px, 1fr))", automobile: "repeat(auto-fit, minmax(300px, 1fr))", }, screens: { - xs: "425px", - // => @media (min-width: 425px) { ... } - "2xl": "1440px", // => @media (min-width: 1440px) { ... } },