doc: add both app__graph and app__graphTitle selector

This commit is contained in:
Leon Xu
2022-05-03 21:50:55 -07:00
parent 93b430c223
commit e712eefb2a
+9
View File
@@ -48,6 +48,15 @@ body {
flex-grow: 1;
}
.app__graph {
flex-grow: 1;
}
.app__graphTitle {
margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 990px) {
.app {
flex-direction: column;