From 467390bc032585f28da6203f891764f4a66c33b7 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 22 Jan 2023 22:13:01 +0100 Subject: Trim some resources --- static/css/style.css | 5 ----- 1 file changed, 5 deletions(-) (limited to 'static/css/style.css') diff --git a/static/css/style.css b/static/css/style.css index 8b1d921..4dfcaed 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -17,10 +17,6 @@ p { font-size: 1.125em; } -img { - max-width: 100%; -} - @media (prefers-color-scheme: dark) { body { color: white; @@ -35,4 +31,3 @@ img { color: #ed6eff; } } - -- cgit