Skip to content

Commit

Permalink
adding minimum home page height
Browse files Browse the repository at this point in the history
  • Loading branch information
mlfaa committed Dec 15, 2021
1 parent 4fea6f5 commit 5689005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/pages/indexPageStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { makeStyles } from '@material-ui/core/styles';

export const useStyles = makeStyles((theme) => ({
root: {
minHeight: '100vh',
backgroundColor: theme.palette.primary.main,
[theme.breakpoints.up('md')]: {
height: '100%',
Expand Down

0 comments on commit 5689005

Please sign in to comment.