From d50785e4faae7bed645afd648b6f0ac4376309a4 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 29 Aug 2023 22:25:17 -0500 Subject: [PATCH] refactor: improve img css --- assets/style/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/style/style.css b/assets/style/style.css index 7bb10f2..8657e0a 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -183,14 +183,13 @@ nav a:visited:hover { } img { - padding: 10px; margin: 0; overflow: scroll; max-height: 75vh; max-width: min(95vw, 125%); margin-left: 50%; transform: translateX(-50%); - border-radius: 15px; + border-radius: 6px; } .anchor {