Skip to content

Commit

Permalink
try to align items left
Browse files Browse the repository at this point in the history
  • Loading branch information
dchen278 committed Aug 27, 2022
1 parent 8b73301 commit a293dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/core/components/PageFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const styles = {
display: "flex",
flexFlow: "column wrap",
paddingTop: "6px",
padding: "0 auto",
alignItems: "left",
},
sectionBlock: {
marginTop: "19px",
Expand Down

0 comments on commit a293dcd

Please sign in to comment.