From d376c23fb19fde5c47eb73df4fcf61119396f035 Mon Sep 17 00:00:00 2001 From: Terry Date: Sat, 16 Nov 2024 17:31:43 +1000 Subject: [PATCH] add border radius to images --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 8f3472c..50cb2fd 100644 --- a/index.html +++ b/index.html @@ -52,6 +52,7 @@ .column img { margin-top: 24px; + border-radius: 16px; } .row {