From 65ca4475c5eee2978941f7898d15d1e1b79386e3 Mon Sep 17 00:00:00 2001 From: Kevin Kondratuk Date: Mon, 29 Jul 2019 22:32:29 -0500 Subject: [PATCH] fix spacing on submit buttons --- lubuntu_style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lubuntu_style.css b/lubuntu_style.css index 32e681b..0829467 100644 --- a/lubuntu_style.css +++ b/lubuntu_style.css @@ -84,11 +84,15 @@ input[type=text], input[type=email], input[type=password] { border-radius: 5px; } +input[type=submit] { + margin: 1rem 0 1rem 0; +} + button[type=submit] { -webkit-appearance: none; -moz-appearance: none; display: block; - margin: 1.5rem 0; + margin: 1.5rem; font-size: 1rem; line-height: 2.5rem; color: #333333;