From 9724f81cd5468d0ce57273a2bb4df135bbcc6e48 Mon Sep 17 00:00:00 2001 From: Sushanta Das Date: Fri, 12 Jan 2024 23:36:50 +0530 Subject: [PATCH] Desktop mode done --- style.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index 8141b0c..e8e9273 100644 --- a/style.css +++ b/style.css @@ -157,7 +157,7 @@ html{font-size: 13px;} { color: #9b9b9b; - font-size: 0.8rem; + font-size: 1rem; font-weight: 500; } #recentTran{ @@ -175,10 +175,10 @@ html{font-size: 13px;} color: #9b9b9b; font-family: Arial, Helvetica, sans-serif; font-weight: 500; - font-size: 0.8rem; + font-size: 1rem; } - hr{margin-top: 0.8rem; - margin-bottom: 0.8rem;} + hr{margin-top: 1rem; + margin-bottom: 1rem;} @@ -533,10 +533,11 @@ justify-content: space-around; #Incomes { flex-direction: column; } + #today{padding: 3vh; + background-color: #fafafa; + width: 96%;} } -#today{padding: 3vh; - background-color: #fafafa; - width: 96%;} + .select label { margin-bottom: 0; } \ No newline at end of file