From d746b0e2a4e7aa038710c524885e20db968e4260 Mon Sep 17 00:00:00 2001 From: elforjani3 Date: Tue, 6 Apr 2021 20:23:02 +0200 Subject: [PATCH] fix: (financial sheet): style financial sheet. --- .../style/pages/FinancialStatements/FinancialSheets.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/client/src/style/pages/FinancialStatements/FinancialSheets.scss b/client/src/style/pages/FinancialStatements/FinancialSheets.scss index ab0c18d8e..7c551d6b2 100644 --- a/client/src/style/pages/FinancialStatements/FinancialSheets.scss +++ b/client/src/style/pages/FinancialStatements/FinancialSheets.scss @@ -2,9 +2,9 @@ padding: 20px 32px; .section-title { - font-weight: 500; + font-weight: 600; margin-bottom: 1.4rem; - font-size: 20px; + font-size: 18px; color: rgb(31, 50, 85); margin-top: 10px; } @@ -15,7 +15,8 @@ margin-left: -20px; } &__item { - width: 260px; + width: 250px; + min-height: 140px; margin-bottom: 16px; margin-left: 16px; border: 1px solid #d1dee2;