Skip to content

Commit 50c44a2

Browse files
committed
RenderedHtml: Use fluid space scale
1 parent 6e99305 commit 50c44a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/components/rendered-html.module.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
code {
1919
display: block;
2020
overflow-x: auto;
21-
padding: 1em;
21+
padding: var(--space-s);
2222
background-color: #f6f8fa;
2323
font-size: 85%;
24-
border-radius: 6px;
24+
border-radius: var(--space-3xs);
2525
}
2626
}
2727

2828
p, li {
2929
code {
3030
background-color: #f6f8fa;
31-
border-radius: 6px;
31+
border-radius: var(--space-3xs);
3232
font-size: 85%;
3333
margin: 0;
34-
padding: .2em .4em;
34+
padding: var(--space-4xs) var(--space-3xs);
3535
}
3636
}
3737

@@ -46,7 +46,7 @@
4646

4747
th, td {
4848
border: 1px solid #dfe2e5;
49-
padding: 6px 13px;
49+
padding: var(--space-2xs) var(--space-s);
5050
}
5151
}
5252
}

0 commit comments

Comments
 (0)