From b9116c549dce1f64c13211014b9637657a5984f3 Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Tue, 7 Nov 2023 12:53:41 -0600 Subject: [PATCH] Changed img style to add a rounded edge to images and resize them to 25% width (keeping aspect ratio) --- Site/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Site/style.css b/Site/style.css index 43d6b57..c7cfad8 100644 --- a/Site/style.css +++ b/Site/style.css @@ -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;