Skip to content
Snippets Groups Projects
Commit 5b2d0c47 authored by Lionel Morin's avatar Lionel Morin
Browse files

Merge branch '165-footer-in-help-page-isn-t-at-the-bottom-of-the-page' into 'dev'

Resolve "footer in help page isn't at the bottom of the page"

Closes #165

See merge request alphabet/laboite!581
parents c44b1e93 69132a19
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ import { Link } from 'react-router-dom'; ...@@ -13,6 +13,7 @@ import { Link } from 'react-router-dom';
const useStyles = makeStyles({ const useStyles = makeStyles({
root: { root: {
marginTop: 20, marginTop: 20,
height: '72vh',
}, },
actions: { actions: {
display: 'flex', display: 'flex',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment