From 97301544a4761e185e8e74694da26cf10b9de006 Mon Sep 17 00:00:00 2001 From: Rafael Bardini Date: Tue, 29 Aug 2023 02:46:06 +0200 Subject: [PATCH] feat(img): add border --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index a20e0d7..2a998a3 100644 --- a/style.css +++ b/style.css @@ -163,6 +163,7 @@ section { } .masthead > img { + border: 4px solid; border-radius: 50%; margin: 0 auto; max-width: 12em;