Merge pull request #33 from hankchizljaw/feature/over-reaching-elements

Remove over-reaching elements
This commit is contained in:
Andy Bell 2020-11-06 19:35:28 +00:00 committed by GitHub
commit 41fe399128
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {
*,