Skip to content

Commit 1f0995a

Browse files
authored
Merge pull request #399 from benjamine/site
fix: gh icon size
2 parents bfd1e97 + cd04b06 commit 1f0995a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

demos/html-demo/index.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,12 @@ <h1>JsonDiffPatch</h1>
227227
<svg
228228
width="1rem"
229229
height="1rem"
230-
style="margin: 0 0.2rem"
230+
style="
231+
margin: 0 0.2rem;
232+
display: inline-block;
233+
max-width: 16px;
234+
max-height: 16px;
235+
"
231236
viewBox="0 0 98 96"
232237
fill="currentColor"
233238
xmlns="http://www.w3.org/2000/svg"
@@ -427,7 +432,12 @@ <h2>Features</h2>
427432
<svg
428433
width="1rem"
429434
height="1rem"
430-
style="margin: 0 0.2rem"
435+
style="
436+
margin: 0 0.2rem;
437+
display: inline-block;
438+
max-width: 16px;
439+
max-height: 16px;
440+
"
431441
viewBox="0 0 98 96"
432442
fill="currentColor"
433443
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)