Rf
This commit is contained in:
@@ -865,22 +865,9 @@ h1 { margin-bottom: 20px; }
|
||||
box-shadow: 0 2px 6px rgba(0,0,0,.05);
|
||||
}
|
||||
.card h3 { margin: 0 0 10px; font-size: 14px; color: #666; }
|
||||
.card .value { font-size: 2rem; font-weight: bold; }
|
||||
.card .value { font-size: 0.8rem; font-weight: bold; }
|
||||
|
||||
/* Modification du nom pour plus de clarté (optionnel) ou modification directe */
|
||||
.grid-2 {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr); /* Crée 3 colonnes de taille égale */
|
||||
gap: 20px;
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
/* Optionnel : Rendre le tout responsive pour les petits écrans */
|
||||
@media (max-width: 1024px) {
|
||||
.grid-2 {
|
||||
grid-template-columns: 1fr; /* Repasse sur une seule colonne sur mobile/tablette */
|
||||
}
|
||||
}
|
||||
/*.grid-2 { display:grid; grid-template-columns: 1fr 1fr; gap:20px; margin-top:25px; }*/
|
||||
|
||||
ul { list-style:none; padding:0; margin:0; }
|
||||
li { padding:10px 0; border-bottom:1px solid #eee; }
|
||||
@@ -889,7 +876,7 @@ li i { margin-right:10px; color:#007bff; }
|
||||
.alert i { color:#ff9800; }
|
||||
|
||||
.chart {
|
||||
height:300px;
|
||||
height:180px;
|
||||
background:#eef2f7;
|
||||
border-radius:6px;
|
||||
display:flex;
|
||||
|
||||
Reference in New Issue
Block a user