use media to tweak fonts to even smaller when I am on my laptop

This commit is contained in:
2026-01-17 22:51:19 +11:00
parent 3b3c42caab
commit 2d1dcfffd9

View File

@@ -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 ($)' } },