From fb9f901c3463c062c05b2179b0a34b2966303e4c Mon Sep 17 00:00:00 2001
From: Salt <rehashedsalt@cock.li>
Date: Sat, 23 Jan 2021 20:29:39 -0600
Subject: [PATCH] Use a 50% border-radius on header image for consistency

---
 styles/styles.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/styles/styles.css b/styles/styles.css
index a20e5e7..68bd2e3 100644
--- a/styles/styles.css
+++ b/styles/styles.css
@@ -122,7 +122,7 @@ nav ul li:after {
 	text-align: center;
 }
 .header img {
-	border-radius: 3em;
+	border-radius: 50%;
 	display: block;
 	margin: 0 auto 1em auto;
 	height: 6em;