From 54a1f699b3be9ae9aefe9dbc5b0d0bc3ba1a1c5e Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Sun, 13 Dec 2020 11:28:11 +0100 Subject: [PATCH] More fixes --- templates/assets/css/styles.css | 2 +- templates/assets/css/styles.scss | 2 +- templates/interactions.gohtml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/assets/css/styles.css b/templates/assets/css/styles.css index ebdccab..1dc6f72 100644 --- a/templates/assets/css/styles.css +++ b/templates/assets/css/styles.css @@ -62,7 +62,7 @@ input, textarea, button, .button { font-size: 1rem; } -input:not([type]), input[type=text], input[type=email], input[type=url], textarea { +form input, form textarea { margin-bottom: 5px; } diff --git a/templates/assets/css/styles.scss b/templates/assets/css/styles.scss index 3470065..3ff178c 100644 --- a/templates/assets/css/styles.scss +++ b/templates/assets/css/styles.scss @@ -85,7 +85,7 @@ input, textarea, button, .button { font-size: 1rem; } -input:not([type]), input[type="text"], input[type="email"], input[type="url"], textarea { +form input, form textarea { margin-bottom: 5px; } diff --git a/templates/interactions.gohtml b/templates/interactions.gohtml index 79d41ce..0eeade5 100644 --- a/templates/interactions.gohtml +++ b/templates/interactions.gohtml @@ -16,7 +16,7 @@ {{ end }} {{ end }} -
+