Skip to content
Snippets Groups Projects
Commit 95427446 authored by esikkala's avatar esikkala
Browse files

Adjust front page height

parent 31ea53ea
No related branches found
No related tags found
No related merge requests found
......@@ -14,10 +14,11 @@ import thumbImage from '../../img/thumb.png';
const styles = theme => ({
root: {
width: '100%',
height: 'calc(100% - 150px)',
overflow: 'auto',
[ theme.breakpoints.down('sm')]: {
height: '100%'
minHeight: 900,
marginBottom: theme.spacing.unit,
[ theme.breakpoints.up('md')]: {
height: 'calc(100% - 150px)',
overflow: 'auto',
},
},
icon: {
......
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