fix(dashboard): fix responsive UI card section1 in dashboard

This commit is contained in:
Desy Ayurianti 2024-10-08 13:59:56 +07:00
parent 2c7a2a4a01
commit 59e89aee72

View File

@ -23,7 +23,7 @@
.card-container {
display: flex;
flex-wrap: wrap;
gap: 20px;
gap: 30px;
margin-top: 20px;
justify-content: flex-start;
}
@ -64,12 +64,20 @@
.card-parameter{
flex: 1 1 45%;
}
.card-container{
justify-content: center;
}
}
@media (max-width: 576px) {
.card-parameter{
flex: 1 1 100%;
}
.card-container{
justify-content: center;
}
}
button {