Fixed Graphview in mobile view

This commit is contained in:
Jafeth Garro 2024-09-20 14:43:11 -06:00
parent 82bef8ce6c
commit c27ce84416

View file

@ -64,7 +64,7 @@
width: 50vw;
@media all and (max-width: $fullPageWidth) {
width: 90%;
width: 100%;
}
}
}