Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit ba75f6d

Browse files
Remove over-reaching elements
1 parent 372c2cb commit ba75f6d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/reset.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ picture {
4949
display: block;
5050
}
5151

52-
/* Natural flow and rhythm in articles by default */
53-
article > * + * {
54-
margin-top: 1em;
55-
}
56-
5752
/* Inherit fonts for inputs and buttons */
5853
input,
5954
button,
@@ -62,11 +57,6 @@ select {
6257
font: inherit;
6358
}
6459

65-
/* Blur images when they have no alt attribute */
66-
img:not([alt]) {
67-
filter: blur(10px);
68-
}
69-
7060
/* Remove all animations and transitions for people that prefer not to see them */
7161
@media (prefers-reduced-motion: reduce) {
7262
* {

0 commit comments

Comments
 (0)