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

Clean up

parent 1c1d402b
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,6 @@ const styles = theme => ({ ...@@ -64,7 +64,6 @@ const styles = theme => ({
}, },
mainContainer: { mainContainer: {
height: 'auto', height: 'auto',
// backgroundColor: '#bdbdbd',
padding: theme.spacing(1), padding: theme.spacing(1),
[theme.breakpoints.down('sm')]: { [theme.breakpoints.down('sm')]: {
marginTop: 56, // app bar marginTop: 56, // app bar
...@@ -77,7 +76,6 @@ const styles = theme => ({ ...@@ -77,7 +76,6 @@ const styles = theme => ({
}, },
perspectiveContainerHeaderExpanded: { perspectiveContainerHeaderExpanded: {
height: 'auto', height: 'auto',
// backgroundColor: '#bdbdbd',
padding: theme.spacing(1), padding: theme.spacing(1),
[theme.breakpoints.down('sm')]: { [theme.breakpoints.down('sm')]: {
marginTop: 256, // app bar + header marginTop: 256, // app bar + header
...@@ -90,7 +88,6 @@ const styles = theme => ({ ...@@ -90,7 +88,6 @@ const styles = theme => ({
}, },
perspectiveContainer: { perspectiveContainer: {
height: 'auto', height: 'auto',
// backgroundColor: '#bdbdbd',
padding: theme.spacing(1), padding: theme.spacing(1),
[theme.breakpoints.down('sm')]: { [theme.breakpoints.down('sm')]: {
marginTop: 133, // app bar + header marginTop: 133, // app bar + header
...@@ -103,7 +100,6 @@ const styles = theme => ({ ...@@ -103,7 +100,6 @@ const styles = theme => ({
}, },
instancePageContainerHeaderExpanded: { instancePageContainerHeaderExpanded: {
height: 'auto', height: 'auto',
// backgroundColor: '#bdbdbd',
padding: theme.spacing(1), padding: theme.spacing(1),
[theme.breakpoints.down('sm')]: { [theme.breakpoints.down('sm')]: {
marginTop: 296, marginTop: 296,
...@@ -116,7 +112,6 @@ const styles = theme => ({ ...@@ -116,7 +112,6 @@ const styles = theme => ({
}, },
instancePageContainer: { instancePageContainer: {
height: 'auto', height: 'auto',
// backgroundColor: '#bdbdbd',
padding: theme.spacing(1), padding: theme.spacing(1),
[theme.breakpoints.down('sm')]: { [theme.breakpoints.down('sm')]: {
marginTop: 173, marginTop: 173,
......
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