Skip to content

Commit 523dc0b

Browse files
authored
Improve HTML formatting
1 parent bf6bcdf commit 523dc0b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
<h1><picture width="200">
2-
<source media="(prefers-color-scheme: dark)" srcset="https://junit.org/assets/img/junit-logo-inverted.svg">
3-
<source media="(prefers-color-scheme: light)" srcset="https://junit.org/assets/img/junit-logo.svg">
4-
<img alt="JUnit" src="https://junit.org/assets/img/junit-logo.svg" width="200">
5-
</picture></h1>
1+
<h1>
2+
<picture width="200">
3+
<source media="(prefers-color-scheme: dark)" srcset="https://junit.org/assets/img/junit-logo-inverted.svg">
4+
<source media="(prefers-color-scheme: light)" srcset="https://junit.org/assets/img/junit-logo.svg">
5+
<img alt="JUnit" src="https://junit.org/assets/img/junit-logo.svg" width="200">
6+
</picture>
7+
</h1>
68

79
This repository is the home of JUnit Platform, Jupiter, and Vintage.
810

0 commit comments

Comments
 (0)