From 58b4eab0be523983e7a4ba7b5118d0dd7ae2560d Mon Sep 17 00:00:00 2001 From: Hao Tran Date: Sun, 12 Jan 2025 14:27:16 -0500 Subject: [PATCH] Fix spacing between elements --- assets/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 25cf5cf..cf3a828 100644 --- a/assets/style.css +++ b/assets/style.css @@ -27,7 +27,7 @@ form, input { header, nav, main, article, section, aside, footer, blockquote, pre, img, audio, video, -table, form { +form { display: block; } @@ -175,6 +175,9 @@ input[type="number"] { -moz-appearance: textfield; } +.calcMethod { + margin: 1em 0; +} .calcMethod span { margin-right: 16px; }