use media to tweak fonts to even smaller when I am on my laptop
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
<style>
|
<style>
|
||||||
.col-form-label { width:140px; }
|
.col-form-label { width:140px; }
|
||||||
html { font-size: 75% !important; }
|
html { font-size: 75% !important; }
|
||||||
|
@media (max-width: 2000px) { html { font-size: 70% !important; } }
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -340,6 +341,7 @@
|
|||||||
xAxis: {
|
xAxis: {
|
||||||
type: 'datetime',
|
type: 'datetime',
|
||||||
title: { text: 'Date' },
|
title: { text: 'Date' },
|
||||||
|
min: Date.UTC(2024, 6, 1),
|
||||||
plotBands: plotBands // Alternating background for years
|
plotBands: plotBands // Alternating background for years
|
||||||
},
|
},
|
||||||
yAxis: { title: { text: 'Amount ($)' } },
|
yAxis: { title: { text: 'Amount ($)' } },
|
||||||
|
|||||||
Reference in New Issue
Block a user