Skip to content

Commit

Permalink
requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ncomerci committed Sep 21, 2023
1 parent fedec75 commit 30892a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Charts/LineChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ function LineChart({ label, data, unit, colors }: Props) {

const options = {
responsive: true,
aspectRatio: 2.5,
plugins: {
legend: {
display: false,
Expand Down
1 change: 1 addition & 0 deletions src/components/Home/CommunityEngagement.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
flex-direction: row;
justify-content: space-between;
column-gap: 26px;
max-height: 430px;
}

.CommunityEngagement__Data .ui.card.HomeCharts {
Expand Down
6 changes: 6 additions & 0 deletions src/components/Layout/Navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
color: var(--text);
}

.Navigation .dcl.tabs .ui.container {
width: 100%;
max-width: 1410px !important;
padding: 0px 1rem !important;
}

.dcl.tabs .ui.container {
display: flex;
}
Expand Down

0 comments on commit 30892a6

Please sign in to comment.