fix(actualgraph): fix responsive for button

This commit is contained in:
Desy Ayurianti 2024-11-13 08:18:32 +07:00
parent c405a9d815
commit bac7a0a36c

View File

@ -83,6 +83,12 @@
canvas {
max-width: 300px;
}
.active-button {
background-color: #cad849;
color: white;
}
}
@media (max-width: 344px) {
@ -103,6 +109,12 @@
canvas {
max-width: 250px;
}
.active-button {
background-color: #cad849;
color: white;
}
}
button {