diff options
author | RochDLY <roch.delannay@gmail.com> | 2024-05-18 22:12:47 +0200 |
---|---|---|
committer | RochDLY <roch.delannay@gmail.com> | 2024-05-18 22:12:47 +0200 |
commit | 2756600340d5ce791ad1672b7ad4342bf71071b0 (patch) | |
tree | e1a0fdd745276a22260760637b7f9114e9ff816a /static/css/styles.css | |
parent | 47f2db46e65858e48453632a74323b45ac42e0f5 (diff) | |
download | pandoc-site-2756600340d5ce791ad1672b7ad4342bf71071b0.tar.gz pandoc-site-2756600340d5ce791ad1672b7ad4342bf71071b0.tar.bz2 pandoc-site-2756600340d5ce791ad1672b7ad4342bf71071b0.zip |
ajout de l'image du cerveau du joker pour le billet sur fuguita
modification du css pour ajouter une largeur max (100%) et une hauteur max (400px)
Diffstat (limited to 'static/css/styles.css')
-rw-r--r-- | static/css/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 1b8008e..c18f08e 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -23,6 +23,11 @@ footer { grid-row: 3; } +img { + max-width : 100%; + max-height : 400px; +} + .container { grid-column: 2; grid-row: 2; |