diff --git a/monitor.php b/monitor.php index a771d90..8408bcd 100644 --- a/monitor.php +++ b/monitor.php @@ -1029,9 +1029,20 @@ if (isset($_GET['mode']) && $_GET['mode'] === 'usage') { grid-template-columns: repeat(6, minmax(100px, 1fr)); gap: 0.8rem; min-width: 660px; + align-items: start; } .usage-metric { min-width: 0; + text-align: center; + justify-self: center; + } + .usage-metric:first-child { + text-align: left; + justify-self: start; + } + .usage-metric:last-child { + text-align: right; + justify-self: end; } .usage-metric .label-text { font-size: 0.7rem;