Insights page cleaned up + small quality changes
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user