From ba75f6d3ed174337bc6788008577817ca736aa43 Mon Sep 17 00:00:00 2001 From: Andy Bell Date: Fri, 6 Nov 2020 19:33:20 +0000 Subject: [PATCH] Remove over-reaching elements --- src/reset.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/reset.css b/src/reset.css index 6a3b776..2a87ef1 100644 --- a/src/reset.css +++ b/src/reset.css @@ -49,11 +49,6 @@ picture { display: block; } -/* Natural flow and rhythm in articles by default */ -article > * + * { - margin-top: 1em; -} - /* Inherit fonts for inputs and buttons */ input, button, @@ -62,11 +57,6 @@ select { font: inherit; } -/* Blur images when they have no alt attribute */ -img:not([alt]) { - filter: blur(10px); -} - /* Remove all animations and transitions for people that prefer not to see them */ @media (prefers-reduced-motion: reduce) { * {