Skip to content

Commit

Permalink
Merge branch 'multi-page' of https://github.com/AdvisorySG/mentorship…
Browse files Browse the repository at this point in the history
…-page into multi-page
  • Loading branch information
MatthewYay committed Nov 12, 2023
2 parents 0657416 + c4443ec commit a5858c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const ResponsiveDrawer = (props: Props) => {
};

return (
<Box sx={{ display: "flex" }}>
<Box sx={{ display: "flex", paddingBottom: "70px" }}>
<AppBar style={{ background: "white" }} className="toolbar-component">
<Toolbar style={{ display: "flex", justifyContent: "space-between" }}>
<Box style={{ display: "flex", justifyContent: "flex-start" }}>
Expand Down
2 changes: 1 addition & 1 deletion styles/ResultView.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
.sui-results-container {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
justify-content: space-evenly;
align-items: stretch;
gap: 24px;
}
Expand Down

0 comments on commit a5858c6

Please sign in to comment.