From 1b25a71d9f5a0fd56df1e8e2012ae65115c9d7cc Mon Sep 17 00:00:00 2001 From: natsoni Date: Fri, 3 May 2024 11:53:33 +0200 Subject: [PATCH] Add accelerations category to graphs page --- .../src/app/components/graphs/graphs.component.html | 11 ++++++++++- .../src/app/components/graphs/graphs.component.scss | 5 +++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/components/graphs/graphs.component.html b/frontend/src/app/components/graphs/graphs.component.html index 94241b825..073aa02dc 100644 --- a/frontend/src/app/components/graphs/graphs.component.html +++ b/frontend/src/app/components/graphs/graphs.component.html @@ -1,4 +1,4 @@ - + +
+ +
+ Acceleration Fees + +
+
diff --git a/frontend/src/app/components/graphs/graphs.component.scss b/frontend/src/app/components/graphs/graphs.component.scss index 0a066266d..715ec1b42 100644 --- a/frontend/src/app/components/graphs/graphs.component.scss +++ b/frontend/src/app/components/graphs/graphs.component.scss @@ -1,8 +1,8 @@ .menu { - flex-grow: 1; + flex-wrap: wrap; padding: 0 35px; @media (min-width: 576px) { - max-width: 400px; + max-width: 600px; } & > * { @@ -11,5 +11,6 @@ &.last-child { margin-inline-end: 0; } + margin-bottom: 5px; } } \ No newline at end of file