From cdb8dc72c773c6465623776b284cd93c8e037e4d Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Thu, 18 May 2023 22:36:30 +0200 Subject: [PATCH] Feature/improve mobile layout of portfolio summary (#1982) * Improve layout for mobile * Update changelog --- CHANGELOG.md | 1 + .../portfolio-summary.component.html | 100 +++++++++--------- 2 files changed, 52 insertions(+), 49 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cffdb0fd..c7b74a445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Improved the mobile layout of the portfolio summary tab on the home page - Improved the language localization for German (`de`) ### Fixed diff --git a/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html b/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html index 14a21813c..0b0077dea 100644 --- a/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html +++ b/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -1,16 +1,16 @@