Skip to content

Commit 9ea2cb9

Browse files
committed
Update demo styles.
1 parent b1996fd commit 9ea2cb9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css/demo.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ body {
1313
max-width: 750px;
1414
margin: 0 auto;
1515
padding: 1em;
16-
font-family: -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
17-
sans-serif;
16+
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
17+
Arial, sans-serif;
1818
line-height: 1.4;
1919
background: #212121;
2020
color: #dedede;
@@ -87,6 +87,7 @@ textarea {
8787
}
8888
input[type='file'] {
8989
padding: inherit;
90+
max-width: 100%;
9091
}
9192

9293
#template,

0 commit comments

Comments
 (0)