We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48fc90 commit a9b42abCopy full SHA for a9b42ab
ExceptionGranted.md
@@ -1,5 +1,7 @@
1
All documentations structure can be found under [`docs/content`](./docs/content/)
2
3
+BibTeX references can be found under [`docs/content/References.bib`](./docs/content/References.bib)
4
+
5
For better render of the documentations, please visite [website](https://tinymorph.aarnphm.xyz)
6
7
All GUI-related can be found under [`crates`](./crates)
docs/quartz/styles/custom.scss
@@ -50,7 +50,7 @@ tr {
50
height: unset !important;
51
52
& > .graph {
53
- grid-area: 1 / 1 / 2 / 2;
+ grid-area: 1 / 1 / 1 / 1;
54
max-width: 22rem;
55
56
@media all and ($mobile) {
@@ -59,7 +59,7 @@ tr {
59
}
60
61
& > .backlinks {
62
- grid-area: 1 / 3 / 2 / 3;
+ grid-area: 1 / 2 / 2 / 2;
63
64
65
grid-area: 2 / 1 / 2 / 2;
0 commit comments