Skip to content

Commit 62bd5f7

Browse files
committed
Icons should not be giant now
1 parent ae50072 commit 62bd5f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/GlobalStyles.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ const CustomStyles = createGlobalStyle`
55
body {
66
${tw`antialiased`}
77
}
8-
.hero-section-content-intro {
9-
width: revert !important;
8+
.svg-inline--fa {
9+
height: 1em;
1010
}
1111
`;
1212
const GlobalStyles = () => (

0 commit comments

Comments
 (0)