Skip to content

Commit

Permalink
refactor: Refactor Features component styles removing unused styles
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyDolle committed Oct 14, 2024
1 parent c794a04 commit 33decdc
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions documentation/src/components/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,20 @@ function Feature({
rounded-xl
p-4
hover:shadow-xl
hover:cursor-pointer
"
>
<div
className={`
flex
items-center
justify-center
${colorClass}
border-sm
w-[50px]
h-[50px]
min-w-[50px]
min-h-[50px]
mr-4
flex
items-center
justify-center
${colorClass}
border-sm
w-[50px]
h-[50px]
min-w-[50px]
min-h-[50px]
mr-4
rounded-xl
`}
>
Expand Down

0 comments on commit 33decdc

Please sign in to comment.