Skip to content

Commit fa36f27

Browse files
fix: stakinghowsoloworks flexdirection styling
Co-authored-by: Tyler Pfledderer <tyler.pfledderer@gmail.com>
1 parent 58f38c0 commit fa36f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Staking/StakingHowSoloWorks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const StakingHowSoloWorks: React.FC<IProps> = () => {
4646

4747
return (
4848
<Center
49-
flexDirection={{ sm: "column", md: "row" }}
49+
flexDirection={{ base: "column", md: "row" }}
5050
justifyContent="space-between"
5151
>
5252
<OrderedList listData={items} />

0 commit comments

Comments
 (0)