From fb6baed2579ab2ace0bbe49d1330a6225bb40ed6 Mon Sep 17 00:00:00 2001 From: devdatt Date: Wed, 18 Feb 2026 06:19:37 +0530 Subject: [PATCH] monitor updtae --- encoder/header.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/encoder/header.php b/encoder/header.php index 03cf202..4dc59bd 100755 --- a/encoder/header.php +++ b/encoder/header.php @@ -138,7 +138,7 @@ include 'static.php'; .grid { display: grid; gap: 26px; - grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); + grid-template-columns: repeat(2, minmax(0, 1fr)); } /* CARD */ @@ -354,6 +354,10 @@ include 'static.php'; flex-direction: column; text-align: center } + + .grid { + grid-template-columns: 1fr; + } } /* CONTACT PAGE */ @@ -793,11 +797,10 @@ include 'static.php'; /* chart container */ .chart-wrap { position: relative; - height: 320px; + height: 220px; margin-top: 6px; } - /* canvas fill container */ .chart-wrap canvas { width: 100% !important; height: 100% !important; @@ -829,7 +832,6 @@ include 'static.php'; font-weight: 600; color: #e2e8f0; } -