Skip to content

Commit

Permalink
Prog push.
Browse files Browse the repository at this point in the history
  • Loading branch information
isomorpheric committed Mar 1, 2021
1 parent 71b22bf commit d233f52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/groups/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const useStyles = makeStyles((theme) => ({
minHeight: '100vh',
paddingTop: '10vh',
width: '100%',
background: `url('/dunebg.svg') no-repeat 0 0 fixed`,
// background: `url('/dunebg.svg') no-repeat 0 0 fixed`,
backgroundSize: 'cover',
// backgroundColor: 'red',
},
Expand Down
2 changes: 1 addition & 1 deletion pages/groups/[id]/[room].js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const useStyles = makeStyles((theme) => ({
svgBGroot: {
height: '100%',
minHeight: '300vh',
background: `url('/dunebg.svg') no-repeat center center`,
// background: `url('/dunebg.svg') no-repeat center center`,
backgroundSize: 'cover',
[theme.breakpoints.down('sm')]: {
minHeight: '100vh',
Expand Down

0 comments on commit d233f52

Please sign in to comment.