Update tailwindcss and styling

This commit is contained in:
Oliver Davies 2019-08-30 17:35:14 +01:00
parent a39497e8d4
commit 7d4c7fe5f3
6 changed files with 30 additions and 12 deletions
vuejs/src/assets/css

View file

@ -7,7 +7,7 @@ h2 {
input,
textarea {
@apply w-full border border-gray-400 p-2 mt-1
@apply mt-1 p-2 w-full border border-gray-400
}
input[type=submit] {