From 4cef78e056ab380cb068c98f4a204b03071cc702 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Tue, 2 Apr 2024 18:02:47 -0500 Subject: [PATCH] Crispen them edges --- src/styles/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/style.css b/src/styles/style.css index 3636182..ac1dbeb 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -90,4 +90,5 @@ img.headerImage { width: 100%; display: inline-block; aspect-ratio: 768/300; + image-rendering: crisp-edges; } \ No newline at end of file