Skip to content

Commit 31dee6b

Browse files
committed
fix: style pour images icône dans README
1 parent 873c422 commit 31dee6b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,10 @@ https://eyssette.forge.apps.education.fr/combiendemots/
202202
https://eyssette.forge.apps.education.fr/infoslivre/
203203

204204
**MDgenerator** : un outil pour générer du Markdown à partir d'un template
205-
https://mdgenerator.forge.apps.education.fr/
205+
https://mdgenerator.forge.apps.education.fr/
206+
207+
<style>
208+
img[alt*="icon"] {
209+
max-width:30px;
210+
}
211+
</style>

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,11 @@ <h3 id="dautres-petites-applications">D’autres petites applications</h3>
265265
partir d’un template <a
266266
href="https://mdgenerator.forge.apps.education.fr/"
267267
class="uri">https://mdgenerator.forge.apps.education.fr/</a></p>
268+
<style>
269+
img[alt*="icon"] {
270+
max-width:30px;
271+
}
272+
</style>
268273
</div>
269274
</main>
270275
</section>

0 commit comments

Comments
 (0)