Update _forms.scss

This commit is contained in:
Marek Ľach 2019-05-31 09:49:33 +02:00 committed by GitHub
parent bffce041d7
commit 82659391f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ input, textarea, select {
} }
} }
form input[type="submit"] { form input[type="submit"] {
margin: 2em auto; margin: 1.5em auto;
-webkit-appearance: none; -webkit-appearance: none;
} }
@ -128,7 +128,7 @@ form.new-post {
textarea { textarea {
min-height: 20em; min-height: 20em;
overflow-y: hidden; overflow-y: hidden;
resize: none; resize: vertical;
-webkit-appearance: textarea; -webkit-appearance: textarea;
} }
} }