From ec051a85db1ac5c3d05dda1954f9786cc67c0d52 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 22 Dec 2022 11:45:33 +0100 Subject: Grille d'image des livres adaptable en largeur --- sass/_markdown.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sass') diff --git a/sass/_markdown.scss b/sass/_markdown.scss index 73caeb5..5cc6e69 100644 --- a/sass/_markdown.scss +++ b/sass/_markdown.scss @@ -74,6 +74,10 @@ width: auto; } +.content img[alt$="#"] { + margin: .5rem; +} + .content img[alt$=">"] { float: right; margin-left: 1rem; -- cgit v1.2.3