Changed img style to add a rounded edge to images and resize them to 25% width (keeping aspect ratio)

This commit is contained in:
Tristan Ancelet 2023-11-07 12:53:41 -06:00
parent 34902dc19c
commit b9116c549d

View File

@ -38,7 +38,7 @@ ul {
dt { font-weight: bold; }
img { border: none; }
img { border: none; border-radius: 5px; width: 25%; }
pre {
border-left: 5px solid #dcdcdc;