monitor updtae

This commit is contained in:
devdatt 2026-02-18 06:19:37 +05:30
parent b9dcf0f65a
commit fb6baed257
1 changed files with 6 additions and 4 deletions

View File

@ -138,7 +138,7 @@ include 'static.php';
.grid { .grid {
display: grid; display: grid;
gap: 26px; gap: 26px;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); grid-template-columns: repeat(2, minmax(0, 1fr));
} }
/* CARD */ /* CARD */
@ -354,6 +354,10 @@ include 'static.php';
flex-direction: column; flex-direction: column;
text-align: center text-align: center
} }
.grid {
grid-template-columns: 1fr;
}
} }
/* CONTACT PAGE */ /* CONTACT PAGE */
@ -793,11 +797,10 @@ include 'static.php';
/* chart container */ /* chart container */
.chart-wrap { .chart-wrap {
position: relative; position: relative;
height: 320px; height: 220px;
margin-top: 6px; margin-top: 6px;
} }
/* canvas fill container */
.chart-wrap canvas { .chart-wrap canvas {
width: 100% !important; width: 100% !important;
height: 100% !important; height: 100% !important;
@ -829,7 +832,6 @@ include 'static.php';
font-weight: 600; font-weight: 600;
color: #e2e8f0; color: #e2e8f0;
} }
</style> </style>
</head> </head>