Removes img max-width and height,

Resolves #506.
This commit is contained in:
Mark van den Broek 2019-01-29 00:47:36 +01:00 committed by Adam Wathan
parent ffae87148d
commit ee27bbac99
2 changed files with 0 additions and 10 deletions

View File

@ -463,11 +463,6 @@ textarea {
resize: vertical;
}
img {
max-width: 100%;
height: auto;
}
input::placeholder,
textarea::placeholder {
color: inherit;

View File

@ -459,11 +459,6 @@ textarea {
resize: vertical;
}
img {
max-width: 100%;
height: auto;
}
input::placeholder,
textarea::placeholder {
color: inherit;