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 {
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;
}
</style>
</head>