docs + various polish

This commit is contained in:
Jacky Zhao
2023-07-09 19:32:24 -07:00
parent 061ac027f5
commit 7c7e1f8dd5
49 changed files with 1365 additions and 196 deletions

View File

@ -1,3 +1,5 @@
@use "../../styles/variables.scss" as *;
.graph {
& > h3 {
font-size: 1rem;
@ -59,6 +61,10 @@
transform: translate(-50%, -50%);
height: 60vh;
width: 50vw;
@media all and (max-width: $fullPageWidth) {
width: 90%;
}
}
}
}