fix graphs css
parent
26cdb7465f
commit
b380ae889e
|
@ -30,7 +30,7 @@
|
||||||
#graph-wrapper {
|
#graph-wrapper {
|
||||||
background: #fcfcfc;
|
background: #fcfcfc;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
height: auto;
|
height: 80vh;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -115,7 +115,7 @@ nav {
|
||||||
"side";
|
"side";
|
||||||
|
|
||||||
@media (min-width: 700px) {
|
@media (min-width: 700px) {
|
||||||
grid-template-columns: 2fr 3fr;
|
grid-template-columns: 3fr 1fr;
|
||||||
grid-template-areas: "content side";
|
grid-template-areas: "content side";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -128,7 +128,7 @@ nav {
|
||||||
"side";
|
"side";
|
||||||
|
|
||||||
@media (min-width: 700px) {
|
@media (min-width: 700px) {
|
||||||
grid-template-columns: 2fr 2fr;
|
grid-template-columns: 2fr 3fr;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue