Skip to content

Commit

Permalink
wip.
Browse files Browse the repository at this point in the history
  • Loading branch information
nisarhassan12 committed Jul 6, 2020
1 parent cae067e commit ec4ab70
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
13 changes: 13 additions & 0 deletions webui/src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ html, body {
height: 100%;
}

body {
line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.1;
}

img {
object-fit: contain;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ const overviewStyles = (theme: Theme) => createStyles({
marginTop: theme.spacing(2),
[theme.breakpoints.down('lg')]: {
flexDirection: 'column-reverse',
}
},
'h1': {
margin: '4.5rem 0 3rem'
},
'h2': {
marginBottom: '3.5rem 0 2.5rem'
},
},
resourcesWrapper: {
flex: 1,
Expand Down

0 comments on commit ec4ab70

Please sign in to comment.