Insights page cleaned up + small quality changes

This commit is contained in:
J-Lennox10
2023-03-20 19:11:15 +00:00
parent c408f21d91
commit 33e694482b
10 changed files with 294 additions and 106 deletions

View File

@ -560,4 +560,15 @@ export default {
text-align: bottom;
font-size: 16px;
}
/* Phone Screen CSS */
@media screen and (max-width: 850px) {
#sidebar {
height: 75%;
width: 90%;
left:5%;
top: 18%;
}
}
</style>