Skip to content

Commit 417b9cc

Browse files
committed
modify intra-page flex-direction
Signed-off-by: Wyllie Fang <[email protected]>
1 parent e564fdb commit 417b9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sections/Community/Handbook/Handbook.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ export const HandbookWrapper = styled.div`
331331
align-items:left;
332332
justify-content:space-around;
333333
display: flex;
334-
flex-direction: column;
334+
flex-direction: row;
335335
overflow:hidden;
336336
.active{
337337
font-weight:5000;

0 commit comments

Comments
 (0)