Skip to content

Commit

Permalink
fix: add margin at the bottom so fabs doesn't overlap with page content
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopamio committed Nov 15, 2020
1 parent 6bb9551 commit 46a732e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import CssBaseline from '@material-ui/core/CssBaseline';
import GitHubForkRibbon from 'react-github-fork-ribbon';
import * as FullStory from '@fullstory/browser';
import dynamic from 'next/dynamic';
import { Box } from '@material-ui/core';
import theme from '../styles/theme';

const CommonHead = () => (
Expand Down Expand Up @@ -90,6 +91,7 @@ export default function MyApp(props) {
Fork me on GitHub
</GitHubForkRibbon>
<Component {...pageProps} />
<Box mb={15} />
</ThemeProvider>
</>
);
Expand Down

1 comment on commit 46a732e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit 46a732e is built and deployed to Vercel.

Preview: https://json-similarity-score-a9andzg3d.vercel.app

This commit has been automatically deployed with vercel-deployment

Please sign in to comment.