From 2b47b0e47cd234ceb2b226e18bc10053425e21f9 Mon Sep 17 00:00:00 2001 From: bndw Date: Wed, 26 Apr 2023 21:53:13 -0700 Subject: fix: usd input --- app/components/calculator.module.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'app/components/calculator.module.css') diff --git a/app/components/calculator.module.css b/app/components/calculator.module.css index 265760d..5e0e996 100644 --- a/app/components/calculator.module.css +++ b/app/components/calculator.module.css @@ -1,6 +1,3 @@ -.form { -} - .input { border-bottom: solid 1px #eee; box-sizing: border-box; @@ -13,3 +10,9 @@ .input:focus { outline: none; } + +.usd { + font-size: 3em; + margin: 8px 0; + padding-left: 12px; +} -- cgit v1.2.3