diff options
author | Alex Auvolat <alex@adnab.me> | 2022-12-22 11:45:33 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-12-22 11:45:33 +0100 |
commit | ec051a85db1ac5c3d05dda1954f9786cc67c0d52 (patch) | |
tree | fd886ef1ded44fe457ab12241692d0ac89d52f0e /sass | |
parent | 9cbb1670eec2d1c0834fc93cef270d62e17a57d6 (diff) | |
download | guide.deuxfleurs.fr-ec051a85db1ac5c3d05dda1954f9786cc67c0d52.tar.gz guide.deuxfleurs.fr-ec051a85db1ac5c3d05dda1954f9786cc67c0d52.zip |
Grille d'image des livres adaptable en largeurnavigation-mobile
Diffstat (limited to 'sass')
-rw-r--r-- | sass/_markdown.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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; |