diff options
Diffstat (limited to 'src/components/MemoryChart.module.scss')
| -rw-r--r-- | src/components/MemoryChart.module.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/MemoryChart.module.scss b/src/components/MemoryChart.module.scss index b31c095..63f4697 100644 --- a/src/components/MemoryChart.module.scss +++ b/src/components/MemoryChart.module.scss @@ -1,4 +1,14 @@ .TrafficChart { color: var(--color-text); background-color: var(--color-bg-chart); + height: 23vh !important; + @media only screen and (min-width: 600px) { + height: 25vh !important; + } + @media only screen and (min-width: 768px) { + height: 27vh !important; + } + @media only screen and (min-width: 1200px) { + height: 35vh !important; + } } |
