We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a82bec commit 5883848Copy full SHA for 5883848
1 file changed
css/demo.css
@@ -13,8 +13,8 @@ body {
13
max-width: 750px;
14
margin: 0 auto;
15
padding: 1em;
16
- font-family: -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
17
- sans-serif;
+ font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
+ Arial, sans-serif;
18
line-height: 1.4;
19
background: #212121;
20
color: #dedede;
@@ -87,6 +87,7 @@ textarea {
87
}
88
input[type='file'] {
89
padding: inherit;
90
+ max-width: 100%;
91
92
93
@media (prefers-color-scheme: light) {
0 commit comments