Skip to content

Commit

Permalink
Merge pull request #84 from Kraniket901/aniket
Browse files Browse the repository at this point in the history
increased graph size 2
  • Loading branch information
virajchandra51 authored Oct 3, 2023
2 parents 9be0b29 + 1917fae commit 26da562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/sections/section14/Section14.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Section14 = () => {
};

const getChartHeight = () => {
const smallScreenHeight = 300;
const smallScreenHeight = 250;
const largeScreenHeight = 400;

if (window.innerWidth <= 450) {
Expand Down

0 comments on commit 26da562

Please sign in to comment.