Skip to content

Commit

Permalink
[UI] Make homepage mobile friendly (#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
naima-shk authored and helfi92 committed Oct 22, 2019
1 parent 476c6a4 commit 5d28247
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog/issue-1664.md
@@ -0,0 +1,3 @@
level: silent
reference: issue 1664
---
8 changes: 7 additions & 1 deletion ui/src/components/Homepage/index.jsx
Expand Up @@ -19,6 +19,7 @@ import SignInDialog from '../SignInDialog';
fontFamily: 'Roboto500',
[theme.breakpoints.down('sm')]: {
marginBottom: theme.spacing.double,
fontSize: 40,
},
},
actions: {
Expand All @@ -34,6 +35,11 @@ import SignInDialog from '../SignInDialog';
fill: theme.palette.common.white,
marginRight: theme.spacing.unit,
},
ciDescription: {
[theme.breakpoints.down('sm')]: {
fontSize: 16,
},
},
}))
export default class HomePage extends Component {
state = {
Expand Down Expand Up @@ -64,7 +70,7 @@ export default class HomePage extends Component {
{window.env.APPLICATION_NAME}
</Typography>
</Hidden>
<Typography variant="h5">
<Typography variant="h5" className={classes.ciDescription}>
A task execution framework that supports Mozilla&apos;s continuous
integration and release processes.
</Typography>
Expand Down

0 comments on commit 5d28247

Please sign in to comment.