Skip to content

Commit ec4ab70

Browse files
committed
wip.
1 parent cae067e commit ec4ab70

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

webui/src/main.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@ html, body {
22
height: 100%;
33
}
44

5+
body {
6+
line-height: 1.6;
7+
}
8+
9+
h1,
10+
h2,
11+
h3,
12+
h4,
13+
h5,
14+
h6 {
15+
line-height: 1.1;
16+
}
17+
518
img {
619
object-fit: contain;
720
}

webui/src/pages/extension-detail/extension-detail-overview.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ const overviewStyles = (theme: Theme) => createStyles({
3232
marginTop: theme.spacing(2),
3333
[theme.breakpoints.down('lg')]: {
3434
flexDirection: 'column-reverse',
35-
}
35+
},
36+
'h1': {
37+
margin: '4.5rem 0 3rem'
38+
},
39+
'h2': {
40+
marginBottom: '3.5rem 0 2.5rem'
41+
},
3642
},
3743
resourcesWrapper: {
3844
flex: 1,

0 commit comments

Comments
 (0)