fix graphs css

main
Jay Hankins 2022-08-28 22:29:00 -04:00
parent 26cdb7465f
commit b380ae889e
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
#graph-wrapper {
background: #fcfcfc;
border-radius: 4px;
height: auto;
height: 80vh;
max-width: 800px;
}
</style>

View File

@ -115,7 +115,7 @@ nav {
"side";
@media (min-width: 700px) {
grid-template-columns: 2fr 3fr;
grid-template-columns: 3fr 1fr;
grid-template-areas: "content side";
}
}
@ -128,7 +128,7 @@ nav {
"side";
@media (min-width: 700px) {
grid-template-columns: 2fr 2fr;
grid-template-columns: 2fr 3fr;
}
}